diff options
author | Jeroen <jeroenpraat@xs4all.nl> | 2014-09-19 21:16:55 +0000 |
---|---|---|
committer | Jeroen <jeroenpraat@xs4all.nl> | 2014-09-19 21:16:55 +0000 |
commit | 017726f06915e8c14e5f25b284ba2ae6f121acfc (patch) | |
tree | 3f07492b353160b7e5ad4accfada63aad61d464c /view/theme/redbasic/css | |
parent | de45f42f9f378b96928a788ca21d4b8e9cf06a56 (diff) | |
download | volse-hubzilla-017726f06915e8c14e5f25b284ba2ae6f121acfc.tar.gz volse-hubzilla-017726f06915e8c14e5f25b284ba2ae6f121acfc.tar.bz2 volse-hubzilla-017726f06915e8c14e5f25b284ba2ae6f121acfc.zip |
Another piece that didn't fit well in the dark schema. Hopefully this is the last.
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r-- | view/theme/redbasic/css/style.css | 7 |
1 files changed, 7 insertions, 0 deletions
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; |