From cde0dbedc58a101adf6aceac34947b2ad1ab01cc Mon Sep 17 00:00:00 2001 From: Tor Hveem Date: Tue, 22 Oct 2013 16:09:31 +0200 Subject: [PATCH] Style the badges --- css/glowingbear.css | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/css/glowingbear.css b/css/glowingbear.css index f468ccd..f31e247 100644 --- a/css/glowingbear.css +++ b/css/glowingbear.css @@ -37,11 +37,6 @@ body { border-left: 1px solid #121212; } -input#sendMessage { - border: 0; - width: 100%; -} - table { width: 100%; } @@ -97,7 +92,7 @@ input#sendMessage { .panel input { max-width: 300px; } -input[type=text], input[type=password] { +input[type=text], input[type=password], .badge { border: 0; -webkit-box-shadow: inset 0 0 8px rgba(0,0,0,0.4), @@ -171,7 +166,7 @@ input[type=text], input[type=password] { border-radius: 0; color: #ddd; } -.nav-pills > li > a:hover { +.nav-pills > li > a:hover, .nav-pills > li > a:hover span { color: #222; } .content { @@ -220,8 +215,9 @@ input[type=text], input[type=password] { color: deepskyblue; } -.danger, .alert-danger { +.danger, .alert-danger, .badge .alert-danger { background-color: rgb(217, 83, 79); + color: #ddd; } .alert-danger { border-color: #121212;