[Libreoffice-commits] online.git: loleaflet/css
Pedro (via logerrit)
logerrit at kemper.freedesktop.org
Mon Oct 7 13:20:56 UTC 2019
loleaflet/css/toolbar.css | 5 +++++
1 file changed, 5 insertions(+)
New commits:
commit 289b821addb669d5159086a94fb85f9951322a15
Author: Pedro <pedro.silva at collabora.com>
AuthorDate: Mon Oct 7 12:16:22 2019 +0200
Commit: Szymon Kłos <szymon.klos at collabora.com>
CommitDate: Mon Oct 7 15:20:38 2019 +0200
Change wizard-content's text color and font-family
Change-Id: Iae1e417a2c541e5510f1f565c9f00ad814dfa4db
Reviewed-on: https://gerrit.libreoffice.org/80365
Reviewed-by: Szymon Kłos <szymon.klos at collabora.com>
Tested-by: Szymon Kłos <szymon.klos at collabora.com>
diff --git a/loleaflet/css/toolbar.css b/loleaflet/css/toolbar.css
index 7d0be9a14..b9556f94c 100644
--- a/loleaflet/css/toolbar.css
+++ b/loleaflet/css/toolbar.css
@@ -787,6 +787,11 @@ tr.useritem > td > img {
width: 100%;
}
+#mobile-wizard-content *{
+ font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
+ color: #212121;
+}
+
#mobile-wizard-titlebar {
background-color: white;
height: 48px;
More information about the Libreoffice-commits
mailing list