More work on polls and themes
This commit is contained in:
@ -66,11 +66,6 @@ input[type="checkbox"]:checked+label {
|
||||
background-color:#1b1b1b;
|
||||
}
|
||||
|
||||
#quicksend {
|
||||
background-color: #101010;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.new {
|
||||
background-color:#2f2f2f;
|
||||
}
|
||||
@ -102,7 +97,7 @@ input[type="checkbox"]:checked+label {
|
||||
background-color:white;
|
||||
}
|
||||
|
||||
#send {
|
||||
input[type="submit"] {
|
||||
background-color:#ff9900;
|
||||
border: 0px;
|
||||
color:white;
|
||||
@ -223,6 +218,20 @@ textarea,input[type="text"]{
|
||||
border-top:2px solid #2f2f2f;
|
||||
}
|
||||
|
||||
.polloption{
|
||||
display:block;
|
||||
margin:5px;
|
||||
padding:5px;
|
||||
background-color: white;
|
||||
color:black;
|
||||
}
|
||||
|
||||
.polloption:hover{
|
||||
cursor: pointer;
|
||||
background-color: #ff8706;;
|
||||
color:black;
|
||||
}
|
||||
|
||||
.post_buttons {
|
||||
color: #1b1b1b;
|
||||
}
|
||||
|
Reference in New Issue
Block a user