loleaflet/dist/leaflet.css |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 6d00383ae15b5290f2942bde1f4183f46a05afca
Author: Ashod Nakashian <ashod.nakash...@collabora.co.uk>
Date:   Mon May 23 23:12:25 2016 -0400

    loleaflet: bccu#1827 Cursor does not blink in CS Writer under IE11
    
    The animation name shouldn't be in quotes.
    
    Change-Id: Ib2e4489e482dd1a22472588599df87cab55a6005
    Reviewed-on: https://gerrit.libreoffice.org/25389
    Reviewed-by: Ashod Nakashian <ashnak...@gmail.com>
    Tested-by: Ashod Nakashian <ashnak...@gmail.com>

diff --git a/loleaflet/dist/leaflet.css b/loleaflet/dist/leaflet.css
index c3f8b8b..d986565 100644
--- a/loleaflet/dist/leaflet.css
+++ b/loleaflet/dist/leaflet.css
@@ -575,7 +575,7 @@ a.leaflet-control-buttons:hover:first-child {
        animation: 1s blink step-end 0s infinite;
        }
 
-@keyframes "blink" {
+@keyframes blink {
        from, to {
                background: black;
        }
@@ -593,7 +593,7 @@ a.leaflet-control-buttons:hover:first-child {
        }
 }
 
-@-webkit-keyframes "blink" {
+@-webkit-keyframes blink {
        from, to {
                background: black;
        }
@@ -602,7 +602,7 @@ a.leaflet-control-buttons:hover:first-child {
        }
 }
 
-@-ms-keyframes "blink" {
+@-ms-keyframes blink {
        from, to {
                background: black;
        }
@@ -611,7 +611,7 @@ a.leaflet-control-buttons:hover:first-child {
        }
 }
 
-@-o-keyframes "blink" {
+@-o-keyframes blink {
        from, to {
                background: black;
        }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to