fixed sonarr v3 queue colors and qbit base css
This commit is contained in:
parent
849f45540a
commit
6ad729fb08
@ -12,11 +12,6 @@
|
|||||||
/* https://github.com/gilbN/theme.park */
|
/* https://github.com/gilbN/theme.park */
|
||||||
|
|
||||||
@import url(https://use.fontawesome.com/releases/v5.0.7/css/all.css);
|
@import url(https://use.fontawesome.com/releases/v5.0.7/css/all.css);
|
||||||
:root {
|
|
||||||
--main-bg-color: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"), url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/preset-light2.png") center center/cover no-repeat fixed;
|
|
||||||
--modal-bg-color: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"), url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/preset-dark2.png") center center/cover no-repeat fixed;
|
|
||||||
--progress-color: #cc7b19;
|
|
||||||
}
|
|
||||||
::-webkit-scrollbar {
|
::-webkit-scrollbar {
|
||||||
width: 10px;
|
width: 10px;
|
||||||
height: 10px;
|
height: 10px;
|
||||||
|
|||||||
@ -28,4 +28,5 @@
|
|||||||
--button-color-hover: #12afa0;
|
--button-color-hover: #12afa0;
|
||||||
--accent-color: #009688;
|
--accent-color: #009688;
|
||||||
--accent-color-hover: #12afa0;
|
--accent-color-hover: #12afa0;
|
||||||
|
--queue-color: #009688;
|
||||||
}
|
}
|
||||||
@ -28,4 +28,5 @@
|
|||||||
--button-color-hover: hsla(0,0%,100%,.30);
|
--button-color-hover: hsla(0,0%,100%,.30);
|
||||||
--accent-color: rgba(255, 255, 255, 0.25);
|
--accent-color: rgba(255, 255, 255, 0.25);
|
||||||
--accent-color-hover: rgba(255, 255, 255, 0.45);
|
--accent-color-hover: rgba(255, 255, 255, 0.45);
|
||||||
|
--queue-color: #6b5;
|
||||||
}
|
}
|
||||||
@ -28,4 +28,5 @@
|
|||||||
--button-color-hover: hsla(0,0%,100%,.30);
|
--button-color-hover: hsla(0,0%,100%,.30);
|
||||||
--accent-color: #F44336;
|
--accent-color: #F44336;
|
||||||
--accent-color-hover: #0b3161;
|
--accent-color-hover: #0b3161;
|
||||||
|
--queue-color: #6b5;
|
||||||
}
|
}
|
||||||
@ -28,4 +28,5 @@
|
|||||||
--button-color-hover: #e59029;
|
--button-color-hover: #e59029;
|
||||||
--accent-color: #e5a00d;
|
--accent-color: #e5a00d;
|
||||||
--accent-color-hover: #ffc107;
|
--accent-color-hover: #ffc107;
|
||||||
|
--queue-color: #27c24c;
|
||||||
}
|
}
|
||||||
@ -822,9 +822,11 @@ pre {
|
|||||||
.ProgressBar\/container\/14z4A {
|
.ProgressBar\/container\/14z4A {
|
||||||
background-color: rgba(0, 0, 0, 0.25);
|
background-color: rgba(0, 0, 0, 0.25);
|
||||||
}
|
}
|
||||||
.ProgressBar\/primary\/3YDfb {
|
|
||||||
background-color: var(--accent-color);
|
.TableRow\/row\/33xJE .ProgressBar\/primary\/3YDfb {
|
||||||
|
background-color: var(--accent-color) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ProgressBar\/purple\/3DlHm {
|
.ProgressBar\/purple\/3DlHm {
|
||||||
background-color: var(--accent-color);
|
background-color: var(--accent-color);
|
||||||
}
|
}
|
||||||
@ -866,11 +868,11 @@ pre {
|
|||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
.Tooltip\/bottom\/3Ewbi.Tooltip\/default\/2NTKh {
|
.Tooltip\/bottom\/3Ewbi.Tooltip\/default\/2NTKh {
|
||||||
border-bottom-color: #232323;
|
border-bottom-color: #232323 !important;
|
||||||
}
|
}
|
||||||
Tooltip\/right\/2MxTa.Tooltip\/default\/2NTKh {
|
Tooltip\/right\/2MxTa.Tooltip\/default\/2NTKh {
|
||||||
border-right-color: #232323;
|
border-right-color: #232323 !important;
|
||||||
}
|
}
|
||||||
.EpisodeTitleLink\/link\/3ynTw:hover {
|
.EpisodeTitleLink\/link\/3ynTw:hover {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
@ -891,6 +893,20 @@ pre {
|
|||||||
background-color: var(--accent-color);
|
background-color: var(--accent-color);
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
.PageSidebarItem\/status\/34pTa > .Label\/info\/3YD3Y {
|
||||||
|
border-color: transparent;
|
||||||
|
background-color: var(--queue-color);
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
.ProtocolLabel\/torrent\/3aqvR {
|
||||||
|
border-color: #00853d !important;
|
||||||
|
background-color: #00853d !important;
|
||||||
|
}
|
||||||
|
.ProtocolLabel\/usenet\/3qKV1 {
|
||||||
|
|
||||||
|
border-color: #17b1d9 !;
|
||||||
|
background-color: #17b1d9 !;
|
||||||
|
}
|
||||||
/* Table options*/
|
/* Table options*/
|
||||||
.TableOptionsColumn\/column\/2H7ic {
|
.TableOptionsColumn\/column\/2H7ic {
|
||||||
background: rgba(0, 0, 0, .25);
|
background: rgba(0, 0, 0, .25);
|
||||||
|
|||||||
@ -28,4 +28,5 @@
|
|||||||
--button-color-hover: #81a6b7;
|
--button-color-hover: #81a6b7;
|
||||||
--accent-color: #607D8B;
|
--accent-color: #607D8B;
|
||||||
--accent-color-hover: #81a6b7;
|
--accent-color-hover: #81a6b7;
|
||||||
|
--queue-color: #6b5;
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user