summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSzymon Kłos <szymon.klos@collabora.com>2020-03-26 14:58:14 +0100
committerSzymon Kłos <szymon.klos@collabora.com>2020-05-05 21:06:15 +0200
commit61a81af326405730bf2f0deb4380fc31423af194 (patch)
treeb90419d9a6c8d7231b2ff1192ebb122ed4945fe9
parentjsdialog: show ok button in message boxes (diff)
downloadonline-61a81af326405730bf2f0deb4380fc31423af194.tar.gz
online-61a81af326405730bf2f0deb4380fc31423af194.zip
jsdialog: customize spell checking error label
Change-Id: Ieb977363bda76af51a4e5d41052fc378995e24ea Reviewed-on: https://gerrit.libreoffice.org/c/online/+/93515 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
-rw-r--r--loleaflet/css/mobilewizard.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/loleaflet/css/mobilewizard.css b/loleaflet/css/mobilewizard.css
index aa462ddb78..f4ad379feb 100644
--- a/loleaflet/css/mobilewizard.css
+++ b/loleaflet/css/mobilewizard.css
@@ -848,6 +848,12 @@ input[type=checkbox][disabled] {
font-size: 15pt;
}
+#mobile-spell-error {
+ border: none;
+ font-size: 15pt;
+ color: red !important;
+}
+
#searchlabel {
border: none;
font-size: 11pt;