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