2022-12-19
This commit is contained in:
parent
f5e6b709c9
commit
a1545f7ac1
@ -17,14 +17,11 @@ html {
|
|||||||
|
|
||||||
/* TEXT */
|
/* TEXT */
|
||||||
|
|
||||||
[class$="-label"]:not([class$="-Button-label"]) {
|
[class$="-label"]:not([class$="-Button-label"]),
|
||||||
|
label {
|
||||||
color: var(--text-hover) !important;
|
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,
|
a,
|
||||||
.bazarr-Text-root.bazarr-Anchor-root[class*="bazarr-"] {
|
.bazarr-Text-root.bazarr-Anchor-root[class*="bazarr-"] {
|
||||||
color: var(--link-color);
|
color: var(--link-color);
|
||||||
@ -60,11 +57,6 @@ h6,
|
|||||||
background: var(--transparency-dark-25);
|
background: var(--transparency-dark-25);
|
||||||
}
|
}
|
||||||
|
|
||||||
.bazarr-Button-icon.bazarr-Button-leftIcon[class*="bazarr-"] {
|
|
||||||
color: var(--text)
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/* SIDEMENU */
|
/* SIDEMENU */
|
||||||
|
|
||||||
.bazarr-Navbar-root[class*="bazarr-"] {
|
.bazarr-Navbar-root[class*="bazarr-"] {
|
||||||
|
|||||||
@ -107,7 +107,8 @@
|
|||||||
background: var(--transparency-dark-25) !important;
|
background: var(--transparency-dark-25) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
[class*="MovieFileEditorTable-container-"] {
|
[class*="MovieFileEditorTable-container-"],
|
||||||
|
[class*="MovieHistoryTable-container-"] {
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
background: var(--transparency-dark-25);
|
background: var(--transparency-dark-25);
|
||||||
}
|
}
|
||||||
@ -284,4 +285,4 @@
|
|||||||
/* Custom filter */
|
/* Custom filter */
|
||||||
[class*="SelectMovieModalContent-path-"] {
|
[class*="SelectMovieModalContent-path-"] {
|
||||||
color: var(--text);
|
color: var(--text);
|
||||||
}
|
}
|
||||||
|
|||||||
@ -127,6 +127,17 @@ a:hover {
|
|||||||
border: 2px solid var(--text-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 */
|
/* MODAL */
|
||||||
[class*="ModalHeader-modalHeader-"] {
|
[class*="ModalHeader-modalHeader-"] {
|
||||||
background: var(--modal-header-color);
|
background: var(--modal-header-color);
|
||||||
|
|||||||
@ -18,9 +18,9 @@
|
|||||||
--link-color-hover: #8be9fd;
|
--link-color-hover: #8be9fd;
|
||||||
--label-text-color: #282a36;
|
--label-text-color: #282a36;
|
||||||
|
|
||||||
--text:#6272a4;
|
--text:#f8f8f2;
|
||||||
--text-hover: #95adfa;
|
--text-hover: #fff;
|
||||||
--text-muted: #999;
|
--text-muted: #6272a4;
|
||||||
|
|
||||||
/*Specials*/
|
/*Specials*/
|
||||||
--arr-queue-color: #50fa7b; /* Servarr apps + Bazarr*/
|
--arr-queue-color: #50fa7b; /* Servarr apps + Bazarr*/
|
||||||
|
|||||||
1256
dbb-css/proxmox/PVEDiscordDark.css
Normal file
1256
dbb-css/proxmox/PVEDiscordDark.css
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user