summaryrefslogtreecommitdiff
path: root/theme/default/display.css
diff options
context:
space:
mode:
Diffstat (limited to 'theme/default/display.css')
-rw-r--r--theme/default/display.css20
1 files changed, 20 insertions, 0 deletions
diff --git a/theme/default/display.css b/theme/default/display.css
index efc94331d..502543e4b 100644
--- a/theme/default/display.css
+++ b/theme/default/display.css
@@ -615,5 +615,25 @@ input#openid_url {
background-color: #f7ebcc;
}
+/* ----- favor/disfavor -----*/
+
+input#disfavor, input.disfavor {
+ display: inline;
+ color: #C15D42;
+ background-color: white;
+ cursor: pointer;
+ border: 0;
+ width: auto;
+ }
+
+input#favor, input.favor {
+ display: inline;
+ color: #C15D42;
+ background-color: white;
+ cursor: pointer;
+ border: 0;
+ width: auto;
+ }
+
/* ===== End Forms Styling ===== */