Deluge: fixed progress colors
This commit is contained in:
parent
425d0afe6b
commit
2a6ddb2297
@ -16,5 +16,5 @@
|
|||||||
:root {
|
:root {
|
||||||
--main-bg-color: radial-gradient(ellipse at center, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed;
|
--main-bg-color: radial-gradient(ellipse at center, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed;
|
||||||
--modal-bg-color: radial-gradient(ellipse at center, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed;
|
--modal-bg-color: radial-gradient(ellipse at center, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed;
|
||||||
--progress-color: #8fbc00;
|
--progress-color: #4c95af;
|
||||||
}
|
}
|
||||||
@ -16,5 +16,5 @@
|
|||||||
:root {
|
:root {
|
||||||
--main-bg-color: #1f1f1f;
|
--main-bg-color: #1f1f1f;
|
||||||
--modal-bg-color: radial-gradient(ellipse at top, #1f1f1f 0%, #1f1f1f 100%) center center/cover no-repeat fixed;
|
--modal-bg-color: radial-gradient(ellipse at top, #1f1f1f 0%, #1f1f1f 100%) center center/cover no-repeat fixed;
|
||||||
--progress-color: #8fbc00;
|
--progress-color: #3d3d3d;
|
||||||
}
|
}
|
||||||
@ -822,7 +822,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.x-toolbar .xtb-sep {
|
.x-toolbar .xtb-sep {
|
||||||
background: linear-gradient(to right, transparent 45%, #666 45%, #666 55%, transparent 55%);
|
background: linear-gradient(to right, transparent 45%, rgba(255, 255, 255, .08) 45%, rgba(255, 255, 255, 0.08) 55%, transparent 55%);
|
||||||
width: 10px
|
width: 10px
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1088,8 +1088,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.x-grid3-hd-btn, a.x-grid3-hd-btn:hover {
|
.x-grid3-hd-btn, a.x-grid3-hd-btn:hover {
|
||||||
background: linear-gradient(116deg, transparent 0%, transparent 0%, transparent 60%, #252525 60%), linear-gradient(244deg, #666 0%, #666 0%, #666 60%, transparent 60%);
|
background: linear-gradient(116deg, transparent 0%, transparent 0%, transparent 60%, #252525 60%), linear-gradient(244deg, #fff 0%, #fff 0%, #fff 60%, transparent 60%);
|
||||||
//background-color:#333333;
|
|
||||||
height: 6px !important;
|
height: 6px !important;
|
||||||
width: 8px;
|
width: 8px;
|
||||||
padding: 7px 2px;
|
padding: 7px 2px;
|
||||||
@ -2090,9 +2089,9 @@
|
|||||||
.x-progress-bar {
|
.x-progress-bar {
|
||||||
background-color:var(--progress-color);
|
background-color:var(--progress-color);
|
||||||
background-image: none;
|
background-image: none;
|
||||||
border-top-color:var(--progress-color);
|
border-top-color:transparent;
|
||||||
border-bottom-color:var(--progress-color);
|
border-bottom-color:transparent;
|
||||||
border-right-color:var(--progress-color);
|
border-right-color:transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.x-progress-text {
|
.x-progress-text {
|
||||||
|
|||||||
@ -16,6 +16,6 @@
|
|||||||
:root {
|
:root {
|
||||||
--main-bg-color: radial-gradient(ellipse at center, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed;
|
--main-bg-color: radial-gradient(ellipse at center, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed;
|
||||||
--modal-bg-color: radial-gradient(ellipse at center, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed;
|
--modal-bg-color: radial-gradient(ellipse at center, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed;
|
||||||
--progress-color: #8fbc00;
|
--progress-color: #4CAF50;
|
||||||
|
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user