From 017726f06915e8c14e5f25b284ba2ae6f121acfc Mon Sep 17 00:00:00 2001 From: Jeroen Date: Fri, 19 Sep 2014 21:16:55 +0000 Subject: Another piece that didn't fit well in the dark schema. Hopefully this is the last. --- view/theme/redbasic/css/style.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'view/theme/redbasic/css') diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 380d6d49c..4e662f1db 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -2435,6 +2435,13 @@ h5, h6 { text-decoration: none; } +.alert-info { + color: $alert_txtcolour; + background-color:$alert_bgcolour; + border-color: $alert_bordercol; + background-image: linear-gradient(to bottom, $alert_bgcolour 0px, $alert_gradientcol 100%); +} + .well { background-color: $advperm_bgcolour; border: 1px solid $advperm_bordercol; -- cgit v1.2.3