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