[Libreoffice-commits] online.git: Branch 'libreoffice-5-4' - loleaflet/dist

Henry Castro hcastro at collabora.com
Wed Jan 31 16:46:23 UTC 2018


 loleaflet/dist/menubar.css |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 4c7114ef3d4ea7972090355a55da6dc542d4f897
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
    (cherry picked from commit 9c3393fc44875c359518310d61c195cdb27b8b1e)
    Reviewed-on: https://gerrit.libreoffice.org/49008
    Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
    Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>

diff --git a/loleaflet/dist/menubar.css b/loleaflet/dist/menubar.css
index 1d8e5eec..8fd903c4 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