diff --git a/CSS/themes/orgarr-plex.css b/CSS/themes/orgarr-plex.css index 52392f31..6efbfb50 100644 --- a/CSS/themes/orgarr-plex.css +++ b/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 { diff --git a/CSS/themes/orgarr.css b/CSS/themes/orgarr.css index f17d54de..d355f337 100644 --- a/CSS/themes/orgarr.css +++ b/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 {