Voting on Polls and Muted Words
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user