style option control in light theme

This commit is contained in:
Tor Hveem 2014-09-17 12:02:55 +02:00 committed by David Cormier
parent 1e2c26812f
commit c5d725e2c6

View file

@ -52,7 +52,7 @@ li.notification {
background-color:rgba(255, 255, 255, 0.5)
}
input[type=text], input[type=password], #sendMessage, .badge {
select.form-control, select option, input[type=text], input[type=password], #sendMessage, .badge {
color: #333;
box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1), 0px 1px 7px 0px rgba(255, 255, 255, 0.8) inset;
background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.3);
@ -2083,4 +2083,4 @@ input[type=text], input[type=password], #sendMessage, .badge {
background: rgb(230,230,230);
}
}
}