Another piece that didn't fit well in the dark schema. Hopefully this is the last.

This commit is contained in:
Jeroen
2014-09-19 21:16:55 +00:00
parent de45f42f9f
commit 017726f069
3 changed files with 42 additions and 15 deletions

View File

@@ -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;