loleaflet/css/mobilewizard.css | 6 ++++++ 1 file changed, 6 insertions(+)
New commits: commit 61a81af326405730bf2f0deb4380fc31423af194 Author: Szymon Kłos <[email protected]> AuthorDate: Thu Mar 26 14:58:14 2020 +0100 Commit: Szymon Kłos <[email protected]> CommitDate: Tue May 5 21:06:15 2020 +0200 jsdialog: customize spell checking error label Change-Id: Ieb977363bda76af51a4e5d41052fc378995e24ea Reviewed-on: https://gerrit.libreoffice.org/c/online/+/93515 Tested-by: Jenkins CollaboraOffice <[email protected]> Reviewed-by: Szymon Kłos <[email protected]> diff --git a/loleaflet/css/mobilewizard.css b/loleaflet/css/mobilewizard.css index aa462ddb7..f4ad379fe 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; _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
