[Libreoffice-commits] online.git: loleaflet/css

Szymon KÅ‚os (via logerrit) logerrit at kemper.freedesktop.org
Tue May 5 19:06:33 UTC 2020


 loleaflet/css/mobilewizard.css |    6 ++++++
 1 file changed, 6 insertions(+)

New commits:
commit 61a81af326405730bf2f0deb4380fc31423af194
Author:     Szymon Kłos <szymon.klos at collabora.com>
AuthorDate: Thu Mar 26 14:58:14 2020 +0100
Commit:     Szymon Kłos <szymon.klos at collabora.com>
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 <jenkinscollaboraoffice at gmail.com>
    Reviewed-by: Szymon Kłos <szymon.klos at collabora.com>

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;


More information about the Libreoffice-commits mailing list