summaryrefslogtreecommitdiffstats
path: root/extensions/Voting/web
diff options
context:
space:
mode:
authorNikhil Handa <nikhil.handa19@gmail.com>2016-04-27 17:41:20 +0200
committerDavid Lawrence <dkl@mozilla.com>2016-04-27 17:41:20 +0200
commit6b76c8f70b4d56ed5b63db10511b6a808ebe3e70 (patch)
treec8db5c4aca738e77455890bedf34801919836f26 /extensions/Voting/web
parentf885e904ca8ed2982d0f1182100b4e0c86389df3 (diff)
downloadbugzilla-6b76c8f70b4d56ed5b63db10511b6a808ebe3e70.tar.gz
bugzilla-6b76c8f70b4d56ed5b63db10511b6a808ebe3e70.tar.xz
Bug 1235514 - Change color of note regarding changed votes
Diffstat (limited to 'extensions/Voting/web')
-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;
}