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

@ -297,7 +297,7 @@ input[type="submit"] {
color:black;
}
.polloption:hover{
.polloption:hover:not(.fixed),.voted{
cursor: pointer;
border-bottom:2px solid #ffffff ;
border-right:2px solid #ffffff;
@ -305,6 +305,10 @@ input[type="submit"] {
border-left:2px solid #828282;
}
.voteBar{
background-color:#000082;
}
.post_footer {
border-bottom:2px solid #ffffff;
border-right:2px solid #ffffff;