loleaflet/css/toolbar.css | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-)
New commits: commit b858b8916dc24f6e7b88d4bcf40a282c2e458e67 Author: Pedro <pedro.si...@collabora.com> AuthorDate: Fri Oct 4 14:39:42 2019 +0200 Commit: Szymon Kłos <szymon.k...@collabora.com> CommitDate: Mon Oct 7 15:33:12 2019 +0200 Improve checked status in all actionbar_items and move the min-width rule to active only on mobile Change-Id: I6254f1bbbef4fe89e3d5f456f02c4703e923c674 Reviewed-on: https://gerrit.libreoffice.org/80213 Reviewed-by: Szymon Kłos <szymon.k...@collabora.com> Tested-by: Szymon Kłos <szymon.k...@collabora.com> diff --git a/loleaflet/css/toolbar.css b/loleaflet/css/toolbar.css index 7a8de4ec0..da67b03a5 100644 --- a/loleaflet/css/toolbar.css +++ b/loleaflet/css/toolbar.css @@ -27,6 +27,15 @@ border-right: none; height: 35px !important; } + #tb_actionbar_item_undo .w2ui-tb-image, #tb_actionbar_item_redo .w2ui-tb-image, #tb_actionbar_item_userlist, #tb_actionbar_item_mobile_wizard .w2ui-tb-image, #tb_actionbar_item_prev .w2ui-tb-image, #tb_actionbar_item_next .w2ui-tb-image{ + min-width: 48px; + } + #toolbar-up .checked{ + border-color: #fff; + } + #toolbar-up .checked .w2ui-tb-image{ + filter: drop-shadow(0px 0px 4px #0b87e7); + } } #toolbar-up.w2ui-toolbar { left: 0; @@ -37,9 +46,7 @@ overflow: visible !important; background-color: white; } -#tb_actionbar_item_undo .w2ui-tb-image, #tb_actionbar_item_redo .w2ui-tb-image, #tb_actionbar_item_userlist, #tb_actionbar_item_mobile_wizard .w2ui-tb-image{ - min-width: 48px; -} + #toolbar-down { left: 0; right: 0; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits