Voting on Polls and Muted Words
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user