mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 06:03:28 +00:00
Add classes for text colors
This commit is contained in:
@@ -891,3 +891,15 @@ body > .mode > b[data-mode="server-manager"] > a > .ff-cloudmin {
|
||||
field-sizing: content !important;
|
||||
min-width: 40px !important;
|
||||
}
|
||||
.text-danger {
|
||||
color: #bc0303;
|
||||
}
|
||||
.text-success {
|
||||
color: #3c763d;
|
||||
}
|
||||
.text-warning {
|
||||
color: #b58900;
|
||||
}
|
||||
.text-info {
|
||||
color: #108eda;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user