loleaflet/css/menubar.css |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit a4e965d433c91de34dfcadcfd6131cc156ec1d22
Author:     Pedro <[email protected]>
AuthorDate: Thu Oct 3 15:57:55 2019 +0200
Commit:     Szymon Kłos <[email protected]>
CommitDate: Mon Oct 7 09:57:09 2019 +0200

    Add important rules to 2nd level  ul entries that were not being used
    
    Change-Id: Iccab82a2c73759107f5630ece8ad530be938346f
    Reviewed-on: https://gerrit.libreoffice.org/80138
    Reviewed-by: Szymon Kłos <[email protected]>
    Tested-by: Szymon Kłos <[email protected]>

diff --git a/loleaflet/css/menubar.css b/loleaflet/css/menubar.css
index 7e3c6c481..8df259ec6 100644
--- a/loleaflet/css/menubar.css
+++ b/loleaflet/css/menubar.css
@@ -21,8 +21,8 @@
     border: none;
   }
   .lo-menu ul{
-    border: none;
-    background-color: #f7f7f7;
+    border: none !important;
+    background-color: #f7f7f7 !important;
   }
   .lo-menu ul > li{
     height: auto;
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to