[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-1-0' - loleaflet/dist
Ashod Nakashian
ashod.nakashian at collabora.co.uk
Tue May 24 03:18:52 UTC 2016
loleaflet/dist/leaflet.css | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
New commits:
commit 6d00383ae15b5290f2942bde1f4183f46a05afca
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
Reviewed-on: https://gerrit.libreoffice.org/25389
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