diff --git a/css/themes/dark.css b/css/themes/dark.css index de5c150..447a947 100644 --- a/css/themes/dark.css +++ b/css/themes/dark.css @@ -68,9 +68,12 @@ li.notification { background-color:rgba(0, 0, 0, 0.5) } +input[type=text], input[type=password], #sendMessage, .badge { + box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1), 0px 1px 7px 0px rgba(0, 0, 0, 0.8) inset; +} + input[type=text], input[type=password], #sendMessage, .badge, .btn-send { color: #ccc; - box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1), 0px 1px 7px 0px rgba(0, 0, 0, 0.8) inset; background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.3); }