Voting on Polls and Muted Words
This commit is contained in:
@ -238,13 +238,17 @@ input[type="submit"] {
|
||||
background-color: #ddd;
|
||||
}
|
||||
|
||||
.polloption:hover{
|
||||
.polloption:hover:not(.fixed),.voted{
|
||||
background-color: #305792;
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
|
||||
color: white;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.voteBar{
|
||||
background-color: #305792;
|
||||
}
|
||||
|
||||
.post_footer {
|
||||
background-color: #eee;
|
||||
}
|
||||
@ -253,6 +257,10 @@ input[type="submit"] {
|
||||
color: #404040;
|
||||
}
|
||||
|
||||
.notif .post_buttons {
|
||||
background-color:white;
|
||||
}
|
||||
|
||||
.reply {
|
||||
background-color: #ddd;
|
||||
border-bottom: 1px solid #666;
|
||||
|
Reference in New Issue
Block a user