-
Notifications
You must be signed in to change notification settings - Fork 60
Conversation
yasharAyari
commented
Jun 9, 2017
- Make the vote checkboxes more prominent (blue like on login page)
- Highlight voted delegate row in blue (similarly to currently used red/green)
- Change "Confirm vote" to "Confirm" in vote dialog button.
@@ -34,7 +34,7 @@ delegates { | |||
background-color: rgb(255, 228, 220); | |||
} | |||
.pending { | |||
background-color: #eaeae9; | |||
background-color: rgb(204, 231, 236); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Highlight voted delegate row in blue (similarly to currently used red/green)
This was supposed to mean something else. Sorry that my description was ambiguous. Pending votes should stay gray, but not pending placed votes should be blue. That is the state when the checkbox is checked and (currently) the background is white.
Also, I personally find the blue you chose bit too greenish, I like more something like #d6f0ff
…sk-nano into 344-polish-voting-page
@@ -36,6 +36,9 @@ delegates { | |||
.pending { | |||
background-color: #eaeae9; | |||
} | |||
.voted{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.voted
should be defined before .pending
in order to have the pending vote gray, not blue.