More work on polls and themes
This commit is contained in:
@ -18,21 +18,7 @@ label {
|
||||
textarea,input[type="text"]{
|
||||
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.1);
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
.polloption{
|
||||
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.1);
|
||||
border-radius: 5px;
|
||||
display:block;
|
||||
margin:5px;
|
||||
padding:5px;
|
||||
background-color: #ddd;
|
||||
}
|
||||
|
||||
.polloption:hover{
|
||||
background-color: #305792;
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
|
||||
color: white;
|
||||
border:0px;
|
||||
}
|
||||
|
||||
input[type="radio"]:checked+label,select {
|
||||
@ -124,7 +110,7 @@ input[type="checkbox"]:checked+label {
|
||||
background-color:white;
|
||||
}
|
||||
|
||||
#send {
|
||||
input[type="submit"] {
|
||||
background-color:#305792;
|
||||
border: 1px solid #305792;
|
||||
color:white;
|
||||
@ -243,6 +229,22 @@ input[type="checkbox"]:checked+label {
|
||||
color:white;
|
||||
}
|
||||
|
||||
.polloption{
|
||||
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.1);
|
||||
border-radius: 5px;
|
||||
display:block;
|
||||
margin:5px;
|
||||
padding:5px;
|
||||
background-color: #ddd;
|
||||
}
|
||||
|
||||
.polloption:hover{
|
||||
background-color: #305792;
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
|
||||
color: white;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.post_footer {
|
||||
background-color: #eee;
|
||||
}
|
||||
|
Reference in New Issue
Block a user