From c5d725e2c60a9d97ed30c5ecc36bc78e16405a64 Mon Sep 17 00:00:00 2001 From: Tor Hveem Date: Wed, 17 Sep 2014 12:02:55 +0200 Subject: [PATCH] style option control in light theme --- css/themes/light.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/themes/light.css b/css/themes/light.css index dee1fdf..454d3c0 100644 --- a/css/themes/light.css +++ b/css/themes/light.css @@ -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); } -} \ No newline at end of file +}