From f44547820a75d613694ce52da1cda440210e514d Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sat, 04 Nov 2017 14:07:44 -0400 Subject: src/utils/html.c: Style disabled buttons --- (limited to 'src/utils/html.c') diff --git a/src/utils/html.c b/src/utils/html.c index dbff3be..e5d2993 100644 --- a/src/utils/html.c +++ b/src/utils/html.c @@ -182,6 +182,11 @@ static const gchar *styles = "form input[type=submit]:focus, form input[type=reset]:focus {\n" "background-color: #EFEFEF;\n" "}\n" + "form input[type=submit]:disabled, form input[type=reset]:disabled {\n" + "border: 1px solid #9F9F9F;\n" + "background-color: #DFDFDF;\n" + "color: #9F9F9F;\n" + "}\n" "iframe {\n" "width: calc(100% - 12px);\n" "height: 400px;\n" -- cgit v0.9.1