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

Pedro (via logerrit) logerrit at kemper.freedesktop.org
Mon Oct 7 07:57:28 UTC 2019


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

New commits:
commit a4e965d433c91de34dfcadcfd6131cc156ec1d22
Author:     Pedro <pedro.silva at collabora.com>
AuthorDate: Thu Oct 3 15:57:55 2019 +0200
Commit:     Szymon Kłos <szymon.klos at collabora.com>
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 <szymon.klos at collabora.com>
    Tested-by: Szymon Kłos <szymon.klos at collabora.com>

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;


More information about the Libreoffice-commits mailing list