loleaflet/css/toolbar.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 329a574f458b0848231a84b5b87b000bef61b374 Author: Pedro <[email protected]> AuthorDate: Fri Oct 4 09:19:23 2019 +0200 Commit: Szymon Kłos <[email protected]> CommitDate: Mon Oct 7 10:17:45 2019 +0200 Simplify mobile-wizard header Change-Id: If0bcd9bd7cdc42b0400ef7cfab3cb6ef7a35f272 Reviewed-on: https://gerrit.libreoffice.org/80177 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 7d83755d9..46ff0dd3f 100644 --- a/loleaflet/css/toolbar.css +++ b/loleaflet/css/toolbar.css @@ -784,9 +784,9 @@ tr.useritem > td > img { } #mobile-wizard-titlebar { - background-color: #3768A6; + background-color: white; height: 56px; - color: white; + color: #636363; } .ui-content.mobile-wizard { _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
