More work on polls and themes

This commit is contained in:
Daisuke
2020-04-21 17:42:31 -05:00
parent d34a7c7ced
commit f59049c3c2
18 changed files with 281 additions and 103 deletions

View File

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