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

@ -222,14 +222,18 @@ textarea,input[type="text"]{
display:block;
margin:5px;
padding:5px;
background-color: white;
background-color: #3f3f3f;
color:white;
}
.polloption:hover:not(.fixed),.voted{
cursor: pointer;
background-color: #ff8706;
color:black;
}
.polloption:hover{
cursor: pointer;
background-color: #ff8706;;
color:black;
.voteBar{
background-color: #ff8706;
}
.post_buttons {