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

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