[Libreoffice-commits] online.git: loleaflet/dist
Henry Castro
hcastro at collabora.com
Wed Sep 20 01:46:43 UTC 2017
loleaflet/dist/menubar.css | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
New commits:
commit 0d870d444cbbcd1141319f60834bacb80e8d233f
Author: Henry Castro <hcastro at collabora.com>
Date: Tue Sep 19 21:46:09 2017 -0400
loleaflet: fix background color of the top level menu items
Change-Id: I548c700a16664e8acfc6010c1be549e6176f2383
diff --git a/loleaflet/dist/menubar.css b/loleaflet/dist/menubar.css
index e74b4e21..1d8e5eec 100644
--- a/loleaflet/dist/menubar.css
+++ b/loleaflet/dist/menubar.css
@@ -40,7 +40,6 @@
}
.lo-menu a.disabled {
- background: #efefef;
cursor: default;
}
.lo-menu > li > a.has-submenu {
@@ -70,7 +69,7 @@
background: #538ecd;
color: #fff;
}
-.lo-menu > li {
+.lo-menu > li, .lo-menu > li > a.disabled {
background: #efefef; /* top-level menus remain greyish */
}
.lo-menu > li > a:hover, .lo-menu > li > a:focus, .lo-menu > li > a:active, .lo-menu > li > a.highlighted {
More information about the Libreoffice-commits
mailing list