summaryrefslogtreecommitdiffstats
path: root/src/utils
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils')
-rw-r--r--src/utils/html.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/utils/html.c b/src/utils/html.c
index 0f44a44..4c22221 100644
--- a/src/utils/html.c
+++ b/src/utils/html.c
@@ -234,7 +234,7 @@ static const gchar *styles =
"div.profile > label > span {\n"
"margin: 0;\n"
"}\n"
- "div.profile > input[type=submit].save {\n"
+ "div.profile > input[type=submit]:last-child {\n"
"display: none;\n"
"}\n"
"div.profile > input[type=radio]:checked ~ span {\n"
@@ -246,7 +246,8 @@ static const gchar *styles =
"div.profile > input[type=radio]:checked ~ label {\n"
"display: none;\n"
"}\n"
- "div.profile > input[type=radio]:checked ~ input[type=submit].save {\n"
+ "div.profile > input[type=radio]:checked ~ "
+ "input[type=submit]:last-child {\n"
"display: inline;\n"
"}\n"
"div.profile > label, div.profile > input[type=submit] {\n"