[Libreoffice-commits] online.git: loleaflet/dist
Henry Castro
hcastro at collabora.com
Wed Sep 13 16:38:47 UTC 2017
loleaflet/dist/menubar.css | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 9c3393fc44875c359518310d61c195cdb27b8b1e
Author: Henry Castro <hcastro at collabora.com>
Date: Wed Sep 13 12:37:10 2017 -0400
loleaflet: fix background color of the menu item in disabled state
Change-Id: Idbe08dcd1fd1bb885f77478e3ad314be392a140d
diff --git a/loleaflet/dist/menubar.css b/loleaflet/dist/menubar.css
index d3a35fce..e74b4e21 100644
--- a/loleaflet/dist/menubar.css
+++ b/loleaflet/dist/menubar.css
@@ -40,6 +40,7 @@
}
.lo-menu a.disabled {
+ background: #efefef;
cursor: default;
}
.lo-menu > li > a.has-submenu {
More information about the Libreoffice-commits
mailing list