summaryrefslogtreecommitdiff
path: root/theme
diff options
context:
space:
mode:
Diffstat (limited to 'theme')
-rw-r--r--theme/default/display.css6
1 files changed, 4 insertions, 2 deletions
diff --git a/theme/default/display.css b/theme/default/display.css
index 4a161d0f9..63cb31c48 100644
--- a/theme/default/display.css
+++ b/theme/default/display.css
@@ -218,7 +218,8 @@ margin-bottom:0.5em;
clear:both;
}
-#profile_actions #profile_nudge input.submit {
+#profile_actions #profile_nudge input.submit,
+#profile_actions #profile_block input.submit {
margin:0 0 0 -3px;
padding:0;
background-color:transparent;
@@ -230,7 +231,8 @@ text-align:left;
float:left;
line-height:18px;
}
-#profile_actions #profile_nudge input.submit:hover {
+#profile_actions #profile_nudge input.submit:hover,
+#profile_actions #profile_block input.submit:hover {
background-color:transparent;
color:#C15D42;
}