More work on polls and themes
This commit is contained in:
@ -113,7 +113,7 @@ input[type="checkbox"]:checked+label {
|
||||
background-color:white;
|
||||
}
|
||||
|
||||
#send, #quicksend {
|
||||
input[type="submit"] {
|
||||
background-color:#182230;
|
||||
border: 1px solid #464e59;
|
||||
color:white;
|
||||
@ -212,6 +212,20 @@ input[type="checkbox"]:checked+label {
|
||||
color: #121a24;
|
||||
}
|
||||
|
||||
.polloption{
|
||||
display:block;
|
||||
margin:5px;
|
||||
padding:5px;
|
||||
background-color: #d8a070;
|
||||
color:black;
|
||||
}
|
||||
|
||||
.polloption:hover{
|
||||
cursor: pointer;
|
||||
background-color:white;
|
||||
color:black;
|
||||
}
|
||||
|
||||
.post {
|
||||
border-top: 2px solid #1c2737;
|
||||
}
|
||||
|
Reference in New Issue
Block a user