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

@ -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; ?>;
}