1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-07-15 00:57:32 +02:00

added .alert fixes from @si0972

This commit is contained in:
GilbN 2018-11-06 21:01:31 +01:00
parent c96b4b1427
commit 7ffc69451b
2 changed files with 22 additions and 0 deletions

View File

@ -363,6 +363,17 @@ a:focus, a:hover {
border-color: #ffffff;
color: #ffffff;
}
/* alerts */
.alert-warning {
background-color: rgba(0, 0, 0, 0.25);
border-color: transparent;
color: #f0ad4e;
}
.alert-danger, .manual-import-error {
background-color: rgba(0, 0, 0, 0.25);
border-color: transparent;
color: #d9534f;
}
/* Settings Page */
legend {

View File

@ -323,6 +323,17 @@ a:focus, a:hover {
border-color: #ffffff;
color: #ffffff;
}
/* alerts */
.alert-warning {
background-color: rgba(0, 0, 0, 0.25);
border-color: transparent;
color: #f0ad4e;
}
.alert-danger, .manual-import-error {
background-color: rgba(0, 0, 0, 0.25);
border-color: transparent;
color: #d9534f;
}
/* Settings Page */
legend {