luci-theme-material: add missing css classes

* Add missing css class danger
* Add missing css class success
* Update background color for css class warning

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
Florian Eckert 2018-03-23 09:35:26 +01:00
parent 10e5171ea6
commit 2729f128c8

View file

@ -253,9 +253,19 @@ header > .container > .brand {
vertical-align: text-bottom; vertical-align: text-bottom;
} }
.danger {
background-color: #FA8072 !important;
color: black;
}
.warning { .warning {
background-color: #FF7D60 !important; background-color: #F0E68C !important;
color: #FFF; color: black;
}
.success {
background-color: #90EE90 !important;
color: black;
} }
.errorbox, .errorbox,