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

@ -216,16 +216,23 @@ input[type="submit"] {
display:block;
margin:5px;
padding:5px;
background-color: #d8a070;
color:black;
color: #d8a070;
background-color: rgba(255,255,255,0.1);
font-weight:bold;
}
.polloption:hover{
.polloption:hover:not(.fixed),.voted{
cursor: pointer;
background-color:white;
color:black;
font-weight:bold;
}
.voteBar{
background-color: #d8a070;
}
.post {
border-top: 2px solid #1c2737;
}