summaryrefslogtreecommitdiffstats
path: root/extensions/Voting/web/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/Voting/web/style.css')
-rw-r--r--extensions/Voting/web/style.css8
1 files changed, 6 insertions, 2 deletions
diff --git a/extensions/Voting/web/style.css b/extensions/Voting/web/style.css
index c2b934e37..c75487010 100644
--- a/extensions/Voting/web/style.css
+++ b/extensions/Voting/web/style.css
@@ -23,6 +23,10 @@ tr.bz_bug_being_voted_on td {
border-width: thin;
}
-#votes_container {
- white-space: nowrap;
+#votes_container {
+ white-space: nowrap;
+}
+
+p.votes_change_saved {
+ color: green;
}