Browse Source

added .alert fixes from @si0972

pull/4/head
GilbN 7 years ago
parent
commit
7ffc69451b
  1. 11
      CSS/themes/orgarr-plex.css
  2. 11
      CSS/themes/orgarr.css

11
CSS/themes/orgarr-plex.css

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

11
CSS/themes/orgarr.css

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

Loading…
Cancel
Save