[Libreoffice-commits] online.git: loleaflet/dist

Henry Castro hcastro at collabora.com
Thu Jun 25 09:17:58 PDT 2015


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

New commits:
commit fa89bbd55bfc521081826ed5371dd392cb48f45b
Author: Henry Castro <hcastro at collabora.com>
Date:   Thu Jun 25 12:15:38 2015 -0400

    loleaflet: Set cursor blinking linear

diff --git a/loleaflet/dist/leaflet.css b/loleaflet/dist/leaflet.css
index 104b7ff..8b938e8 100644
--- a/loleaflet/dist/leaflet.css
+++ b/loleaflet/dist/leaflet.css
@@ -560,11 +560,11 @@
 
 .blinking-cursor {
   color: #2E3D48;
-  -webkit-animation: 1s blink step-end infinite;
-  -moz-animation: 1s blink step-end infinite;
-  -ms-animation: 1s blink step-end infinite;
-  -o-animation: 1s blink step-end infinite;
-  animation: 1s blink step-end infinite;
+  -webkit-animation: 1s blink linear 0s infinite;
+  -moz-animation: 1s blink linear 0s infinite;
+  -ms-animation: 1s blink linear 0s infinite;
+  -o-animation: 1s blink linear 0s infinite;
+  animation: 1s blink linear 0s infinite;
 }
 
 @keyframes "blink" {


More information about the Libreoffice-commits mailing list