loleaflet/css/notebookbar.css |   11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

New commits:
commit 424b914cec0b4279766b2f3054e8fa124d64bdf9
Author:     Pedro Pinto Silva <pedro.si...@collabora.com>
AuthorDate: Tue Sep 1 11:59:12 2020 +0200
Commit:     Pedro Silva <pedro.si...@collabora.com>
CommitDate: Tue Sep 1 12:48:13 2020 +0200

    Notebookbar: shortcutsbar: hamburger menu + dialog
    
    When a dialog is rendered the hamburger menu appears to have
    a different color and thus, it stands out in the background.
    
    Change-Id: I35766d083fc342f1d7bcbdca1ad9723057b70cd3
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/101833
    Tested-by: Jenkins
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com>
    Reviewed-by: Pedro Silva <pedro.si...@collabora.com>

diff --git a/loleaflet/css/notebookbar.css b/loleaflet/css/notebookbar.css
index eef4ebe1a..233742b6c 100644
--- a/loleaflet/css/notebookbar.css
+++ b/loleaflet/css/notebookbar.css
@@ -103,10 +103,15 @@
        background: var(rgb(--green0-txt-primary-color));
 }
 
+.hasnotebookbar .notebookbar-shortcuts-bar #Menubar,
+.hasnotebookbar .notebookbar-shortcuts-bar #Menubar li,
+.hasnotebookbar .notebookbar-shortcuts-bar #Menubar a {
+       background-color: transparent;
+}
+
 .hasnotebookbar .notebookbar-shortcuts-bar #Menubar > li > a {
-    cursor: pointer;
-    border: none;
-       background: var(--gray-bg-color);
+       cursor: pointer;
+       border: none;
        height: 20px;
 }
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to