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

@ -338,12 +338,17 @@ input[type="checkbox"]:checked+label {
padding:5px;
}
.polloption:hover{
.polloption:hover:not(.fixed),.voted{
border-bottom:2px solid #ffffff;
border-right:2px solid #ffffff;
border-top:2px solid #828282;
border-left:2px solid #828282;
cursor: pointer;
background-color:#c8f7f5;
}
.voteBar{
background-color: #734eec;
}
.post_footer {