From 6b76c8f70b4d56ed5b63db10511b6a808ebe3e70 Mon Sep 17 00:00:00 2001 From: Nikhil Handa Date: Wed, 27 Apr 2016 15:41:20 +0000 Subject: Bug 1235514 - Change color of note regarding changed votes --- extensions/Voting/web/style.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'extensions/Voting/web') 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; } -- cgit v1.2.3-24-g4f1b