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

Pedro (via logerrit) logerrit at kemper.freedesktop.org
Wed Oct 9 17:33:24 UTC 2019


 loleaflet/css/toolbar.css |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 159bb23b4318958b44b1ee679740f40f54de1d57
Author:     Pedro <pedro.silva at collabora.com>
AuthorDate: Wed Oct 9 18:48:04 2019 +0200
Commit:     Michael Meeks <michael.meeks at collabora.com>
CommitDate: Wed Oct 9 18:33:05 2019 +0100

    Add checked state to ui-combobox-text
    
    Change-Id: Id7444f893e94c8186a4a151c0f18c257617f902a

diff --git a/loleaflet/css/toolbar.css b/loleaflet/css/toolbar.css
index fb7475ce0..1765b5ee4 100644
--- a/loleaflet/css/toolbar.css
+++ b/loleaflet/css/toolbar.css
@@ -4,6 +4,9 @@
 	}
 }
 @media (max-width: 767px), (max-device-height: 767px) {
+	.mobile-wizard.ui-combobox-text.checked {
+    color: #0b87e7 !important;
+	}
 	#BackColor .w2ui-tb-caption > div, #FontColor .w2ui-tb-caption > div, #BackgroundColor .w2ui-tb-caption > div, #FrameLineColor div, #Color div{
 		border-radius:100px !important;
 	}
@@ -1145,4 +1148,4 @@ menu-entry-with-icon.padding-left + menu-entry-icon.width */
 .spinfieldimage {
 	height: 24px;
 	vertical-align: middle;
-}
\ No newline at end of file
+}


More information about the Libreoffice-commits mailing list