style option control in light theme
This commit is contained in:
parent
1e2c26812f
commit
c5d725e2c6
1 changed files with 2 additions and 2 deletions
|
@ -52,7 +52,7 @@ li.notification {
|
||||||
background-color:rgba(255, 255, 255, 0.5)
|
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;
|
color: #333;
|
||||||
box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1), 0px 1px 7px 0px rgba(255, 255, 255, 0.8) inset;
|
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);
|
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);
|
background: rgb(230,230,230);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue