[Libreoffice-commits] online.git: loleaflet/dist
Ashod Nakashian
ashod.nakashian at collabora.co.uk
Tue May 24 03:32:25 UTC 2016
loleaflet/dist/leaflet.css | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
New commits:
commit 96dd4821e1f4ec22be5cbf5f9c511d536f526cb5
Author: Ashod Nakashian <ashod.nakashian at 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
(cherry picked from commit 401e3b12778cc5c7883322e4543370acf270c479)
Reviewed-on: https://gerrit.libreoffice.org/25392
Reviewed-by: Ashod Nakashian <ashnakash at gmail.com>
Tested-by: Ashod Nakashian <ashnakash at 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;
}
- at keyframes "blink" {
+ at keyframes blink {
from, to {
background: black;
}
@@ -593,7 +593,7 @@ a.leaflet-control-buttons:hover:first-child {
}
}
- at -webkit-keyframes "blink" {
+ at -webkit-keyframes blink {
from, to {
background: black;
}
@@ -602,7 +602,7 @@ a.leaflet-control-buttons:hover:first-child {
}
}
- at -ms-keyframes "blink" {
+ at -ms-keyframes blink {
from, to {
background: black;
}
@@ -611,7 +611,7 @@ a.leaflet-control-buttons:hover:first-child {
}
}
- at -o-keyframes "blink" {
+ at -o-keyframes blink {
from, to {
background: black;
}
More information about the Libreoffice-commits
mailing list