Voting on Polls and Muted Words
This commit is contained in:
@ -123,12 +123,16 @@ input[type="checkbox"]:checked+label {
|
||||
color: <?php echo $link; ?>;
|
||||
}
|
||||
|
||||
.polloption:hover{
|
||||
.polloption:hover:not(.fixed),.voted{
|
||||
cursor: pointer;
|
||||
background-color: <?php echo $foregroundDarker; ?>;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.voteBar{
|
||||
background-color: <?php echo $link; ?>;
|
||||
}
|
||||
|
||||
.tiselected {
|
||||
border-bottom: 2px solid <?php echo $foreground; ?>;
|
||||
}
|
||||
|
Reference in New Issue
Block a user