loleaflet/css/spreadsheet.css | 5 +++++ 1 file changed, 5 insertions(+)
New commits: commit 15ca7b6e9b3fa1821c1b4097d4c97c7043dcfc9d Author: Pedro <[email protected]> AuthorDate: Tue Oct 15 11:11:56 2019 +0200 Commit: Szymon Kłos <[email protected]> CommitDate: Tue Oct 15 12:16:37 2019 +0200 Spreadsheet: toolbar: fix over states Change-Id: Id89ffe293371b59c2fe27fc0fe75bb8ac93f7978 Reviewed-on: https://gerrit.libreoffice.org/80817 Reviewed-by: Szymon Kłos <[email protected]> Tested-by: Szymon Kłos <[email protected]> diff --git a/loleaflet/css/spreadsheet.css b/loleaflet/css/spreadsheet.css index 0f7956a20..41bc938c8 100644 --- a/loleaflet/css/spreadsheet.css +++ b/loleaflet/css/spreadsheet.css @@ -286,4 +286,9 @@ margin-bottom: 0px !important; height: 32px !important; } + .w2ui-toolbar table.w2ui-button.over { + border: 1px solid #eee; + background-color: #eeeeee; + border-radius: 0px; + } } _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
