2022-12-19

This commit is contained in:
deathbybandaid 2022-12-19 15:59:47 -05:00
parent f5e6b709c9
commit a1545f7ac1
5 changed files with 1275 additions and 15 deletions

View File

@ -17,14 +17,11 @@ html {
/* TEXT */
[class$="-label"]:not([class$="-Button-label"]) {
[class$="-label"]:not([class$="-Button-label"]),
label {
color: var(--text-hover) !important;
}
.bazarr-Text-root[class*="bazarr-"]:not(.bazarr-Badge-light span div):not(.bazarr-Progress-bar div):not(a) {
color: var(--text);
}
a,
.bazarr-Text-root.bazarr-Anchor-root[class*="bazarr-"] {
color: var(--link-color);
@ -60,11 +57,6 @@ h6,
background: var(--transparency-dark-25);
}
.bazarr-Button-icon.bazarr-Button-leftIcon[class*="bazarr-"] {
color: var(--text)
}
/* SIDEMENU */
.bazarr-Navbar-root[class*="bazarr-"] {

View File

@ -107,7 +107,8 @@
background: var(--transparency-dark-25) !important;
}
[class*="MovieFileEditorTable-container-"] {
[class*="MovieFileEditorTable-container-"],
[class*="MovieHistoryTable-container-"] {
border: 1px solid transparent;
background: var(--transparency-dark-25);
}

View File

@ -127,6 +127,17 @@ a:hover {
border: 2px solid var(--text-hover);
}
[class*="LoadingPage-page-"] {
background: var(--main-bg-color);
background-repeat: repeat, no-repeat;
background-attachment: fixed, fixed;
background-position: center center, center center;
background-size: auto, cover;
-webkit-background-size: auto, cover;
-moz-background-size: auto, cover;
-o-background-size: auto, cover;
}
/* MODAL */
[class*="ModalHeader-modalHeader-"] {
background: var(--modal-header-color);

View File

@ -18,9 +18,9 @@
--link-color-hover: #8be9fd;
--label-text-color: #282a36;
--text:#6272a4;
--text-hover: #95adfa;
--text-muted: #999;
--text:#f8f8f2;
--text-hover: #fff;
--text-muted: #6272a4;
/*Specials*/
--arr-queue-color: #50fa7b; /* Servarr apps + Bazarr*/

File diff suppressed because it is too large Load Diff