Voting on Polls and Muted Words

This commit is contained in:
Daisuke
2020-04-22 20:25:00 -05:00
parent 64f540dce5
commit f1a4636a5a
16 changed files with 195 additions and 60 deletions

View File

@ -236,13 +236,17 @@ input[type="submit"] {
background-color: #ddd;
}
.polloption:hover{
.polloption:hover:not(.fixed),.voted{
background-color: #3b5998;
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
color: white;
cursor: pointer;
}
.voteBar{
background-color: #3b5998;
}
.icon {
background-color: black;
}