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

Szymon KÅ‚os (via logerrit) logerrit at kemper.freedesktop.org
Tue Apr 28 08:41:12 UTC 2020


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

New commits:
commit b659be003866e758ed591925b2e65baee6758d1c
Author:     Szymon Kłos <szymon.klos at collabora.com>
AuthorDate: Fri Mar 6 12:56:59 2020 +0100
Commit:     Szymon Kłos <szymon.klos at collabora.com>
CommitDate: Tue Apr 28 10:40:55 2020 +0200

    jsdialog: add style for disabled button
    
    Change-Id: I034470a988a79abaed8eddcb97b84a02a54dcf12
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/93032
    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 0a54b8f30..ef618b209 100644
--- a/loleaflet/css/mobilewizard.css
+++ b/loleaflet/css/mobilewizard.css
@@ -799,6 +799,9 @@ input[type=checkbox]#UseBandingColumnStyle, input[type=checkbox]#UseLastColumnSt
 	border: none;
 	background-color: #ebf2fb;
 }
+#mobile-wizard button:disabled{
+	background-color: silver;
+}
 #enablecontour + button {
 	float: right;
 	margin: 24px 0px;


More information about the Libreoffice-commits mailing list