From 9409cabc083fcb186340ab9b24e611c35a96789d Mon Sep 17 00:00:00 2001 From: Tor Hveem Date: Sat, 19 Oct 2013 13:02:31 +0200 Subject: [PATCH] Style the alert to be in line witht the rest of the design --- css/glowingbear.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/css/glowingbear.css b/css/glowingbear.css index 899c9af..f468ccd 100644 --- a/css/glowingbear.css +++ b/css/glowingbear.css @@ -37,8 +37,6 @@ body { border-left: 1px solid #121212; } - - input#sendMessage { border: 0; width: 100%; @@ -222,9 +220,13 @@ input[type=text], input[type=password] { color: deepskyblue; } -.danger { +.danger, .alert-danger { background-color: rgb(217, 83, 79); } +.alert-danger { + border-color: #121212; + color: black; +} .color-28 { color: greenyellow;