summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/utils/html.c5
1 files changed, 5 insertions, 0 deletions
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"