loleaflet/css/toolbar-mobile.css |   25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

New commits:
commit 49bb017e5acaaa5f3bb22105506ee74f785952a4
Author:     Pedro Pinto Silva <pedro.si...@collabora.com>
AuthorDate: Thu Oct 31 16:21:02 2019 +0100
Commit:     Muhammet Kara <muhammet.k...@collabora.com>
CommitDate: Mon Nov 4 18:07:01 2019 +0100

    mobileWizard: toolbar-down: overlay
    
    - improve w2ui-tb-down interaction and change its appearance depending on 
its status
    - Fix w2ui-overlay-editbar -> menu where two triangles were being drawn 
instead of just one
    - Fix w2ui-overlay-editbar -> Apply the same border and shadow etc 
properties used in the color picker overlay
    
    Change-Id: Ic90844613eae126b5efdb7da8930d4007639850f
    Reviewed-on: https://gerrit.libreoffice.org/81855
    Reviewed-by: Pedro Pinto da Silva <pedro.si...@collabora.com>
    Reviewed-by: Muhammet Kara <muhammet.k...@collabora.com>
    Tested-by: Muhammet Kara <muhammet.k...@collabora.com>

diff --git a/loleaflet/css/toolbar-mobile.css b/loleaflet/css/toolbar-mobile.css
index 1bac5d8b9..892290280 100644
--- a/loleaflet/css/toolbar-mobile.css
+++ b/loleaflet/css/toolbar-mobile.css
@@ -20,3 +20,28 @@
 #setgamma input.spinfield {
        width: 140px !important;
 }
+#toolbar-down table.w2ui-button:not(.checked) td.w2ui-tb-down > div {
+       border-top: none !important;
+       margin-top: 0 !important;
+       border-bottom: 5px solid #8D99A7 !important;
+}
+#toolbar-down table.w2ui-button.checked td.w2ui-tb-down > div {
+       border-bottom: none;
+       border-top: 5px solid #8D99A7;
+       margin-bottom: 5px !important;
+}
+#w2ui-overlay-editbar .menu{
+       border-radius: 3px;
+}
+#w2ui-overlay-editbar:before{
+       border: none !important;
+}
+#w2ui-overlay-editbar:after{
+       border: none;
+       border-top: 8px solid #000000;
+       border-top-color: inherit;
+       border-right: 8px solid transparent;
+       border-left: 8px solid transparent;
+       top: 100%;
+       margin-top: -3px;
+}
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to