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

Pedro (via logerrit) logerrit at kemper.freedesktop.org
Wed Oct 16 08:14:46 UTC 2019


 loleaflet/css/toolbar.css |    9 +++++++++
 1 file changed, 9 insertions(+)

New commits:
commit 7bd54177a2a6daa7f243bd6cfc88b7cde81ecb27
Author:     Pedro <pedro.silva at collabora.com>
AuthorDate: Tue Oct 15 15:03:19 2019 +0200
Commit:     Szymon Kłos <szymon.klos at collabora.com>
CommitDate: Wed Oct 16 10:14:28 2019 +0200

    mobile-wizard-content: differentiate spinimages from normal image btns and increase accessibility by adding states
    
    Change-Id: I6666403b7df77f827f7eb2aceff2cc8334fb2ad9
    Reviewed-on: https://gerrit.libreoffice.org/80835
    Reviewed-by: Szymon Kłos <szymon.klos at collabora.com>
    Tested-by: Szymon Kłos <szymon.klos at collabora.com>

diff --git a/loleaflet/css/toolbar.css b/loleaflet/css/toolbar.css
index 8609c02ce..b587053fd 100644
--- a/loleaflet/css/toolbar.css
+++ b/loleaflet/css/toolbar.css
@@ -123,6 +123,15 @@
 		border-radius: 2px;
 		background-size: 28px;
 	}
+	div#mobile-wizard-content .spinfieldcontainer .spinfieldimage {
+		opacity: 0.5;
+	}
+	div#mobile-wizard-content .spinfieldcontainer:active .spinfieldimage, div#mobile-wizard-content .spinfieldcontainer:focus .spinfieldimage, div#mobile-wizard-content .spinfieldcontainer:hover .spinfieldimage {
+    opacity: 1 !important;
+	}
+	div#mobile-wizard-content .spinfield:active .spinfieldimage, div#mobile-wizard-content .spinfield:focus .spinfieldimage, div#mobile-wizard-content .spinfield:hover .spinfieldimage {
+    opacity: 1 !important;
+	}
 	#buttonbefore, #buttonafter, #buttonoptimal, #buttonparallel, #buttonnone, #buttonthrough, #bottom, #top, #standard, #Bold, #Italic, #Underline, #Strikeout{
 		margin: 0;
     padding: 0;


More information about the Libreoffice-commits mailing list