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

New commits:
commit 8346af34a34430ba8faa357227e975824e60e3d3
Author:     Pedro <[email protected]>
AuthorDate: Wed Oct 9 09:05:46 2019 +0200
Commit:     Szymon Kłos <[email protected]>
CommitDate: Wed Oct 9 09:30:25 2019 +0200

    Style tabs
    
    Change-Id: I7a894aa87f477adf7bda52c3712231c0b63f9806
    Reviewed-on: https://gerrit.libreoffice.org/80511
    Reviewed-by: Szymon Kłos <[email protected]>
    Tested-by: Szymon Kłos <[email protected]>

diff --git a/loleaflet/css/toolbar.css b/loleaflet/css/toolbar.css
index 4a8d21c50..7417b2b4c 100644
--- a/loleaflet/css/toolbar.css
+++ b/loleaflet/css/toolbar.css
@@ -1071,13 +1071,15 @@ menu-entry-with-icon.padding-left + 
menu-entry-icon.width */
     vertical-align: middle;
        margin: 5px;
        border-radius: 10px;
-       border: solid 1px #0b87e7;
+       border: none;
+       color: #777;
 }
 
 .ui-tab.selected.mobile-wizard {
-       background-color: #eaf5ff;
        border: none;
        color: #0b87e7;
+       border-radius: 0px;
+       border-bottom: solid 1px #0b87e7;
 }
 
 [id|=tb_colorselector] .w2ui-tb-caption > div {
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to