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

@ -219,19 +219,23 @@ input[type="submit"] {
margin:5px;
padding:5px;
background-color: white;
border:2px solid #800;
border-radius:15px;
border:1px solid #800;
border-radius:3px;
color:#800;
font-weight:bold;
}
.polloption:hover{
.polloption:hover:not(.fixed),.voted{
cursor: pointer;
border:2px solid #800;
border:1px solid #800;
background-color: #800;
color:white;
}
.voteBar{
background-color: #467757;
}
.post_footer {
background-color: #FFF;
border-top:2px solid #eeaa88;