* 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>
vertical-align: text-bottom;
}
+.danger {
+ background-color: #FA8072 !important;
+ color: black;
+}
+
.warning {
- background-color: #FF7D60 !important;
- color: #FFF;
+ background-color: #F0E68C !important;
+ color: black;
+}
+
+.success {
+ background-color: #90EE90 !important;
+ color: black;
}
.errorbox,
.cbi-value-field .cbi-input-select {
min-width: 25rem;
}
-}
\ No newline at end of file
+}