mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-10 23:07:59 +00:00
Apply suggestions from code review
This commit is contained in:
parent
7d0dbf14dc
commit
7539bd9f3d
@ -13,7 +13,6 @@
|
|||||||
--color-background-blue: hsl(210deg 65% 55%);
|
--color-background-blue: hsl(210deg 65% 55%);
|
||||||
--color-background-popup: hsl(0deg 0% 100%);
|
--color-background-popup: hsl(0deg 0% 100%);
|
||||||
--color-background-default: hsl(0deg 0% 94%);
|
--color-background-default: hsl(0deg 0% 94%);
|
||||||
/* previous --color-background-hover: hsl(210deg 55% 65%); */
|
|
||||||
--color-background-hover: hsl(26deg 80% 60%);
|
--color-background-hover: hsl(26deg 80% 60%);
|
||||||
--color-border-blue: hsl(210deg 42% 48%);
|
--color-border-blue: hsl(210deg 42% 48%);
|
||||||
--color-border-default: hsl(0deg 0% 85%);
|
--color-border-default: hsl(0deg 0% 85%);
|
||||||
@ -39,13 +38,11 @@
|
|||||||
* {
|
* {
|
||||||
--color-accent-blue: hsl(210deg 42% 48%);
|
--color-accent-blue: hsl(210deg 42% 48%);
|
||||||
--color-text-blue: hsl(210deg 88.1% 73.5%);
|
--color-text-blue: hsl(210deg 88.1% 73.5%);
|
||||||
/* previous --color-text-orange: hsl(26deg 80% 60%); */
|
|
||||||
--color-text-orange: hsl(26deg 65% 70%);
|
--color-text-orange: hsl(26deg 65% 70%);
|
||||||
--color-text-default: hsl(0deg 0% 90%);
|
--color-text-default: hsl(0deg 0% 90%);
|
||||||
--color-background-blue: hsl(210deg 42% 48%);
|
--color-background-blue: hsl(210deg 42% 48%);
|
||||||
--color-background-popup: hsl(0deg 0% 20%);
|
--color-background-popup: hsl(0deg 0% 20%);
|
||||||
--color-background-default: hsl(0deg 0% 25%);
|
--color-background-default: hsl(0deg 0% 25%);
|
||||||
/* previous --color-background-hover: hsl(210deg 15% 35%); */
|
|
||||||
--color-background-hover: hsl(26deg 50% 55%);
|
--color-background-hover: hsl(26deg 50% 55%);
|
||||||
--color-border-default: hsl(0deg 0% 33%);
|
--color-border-default: hsl(0deg 0% 33%);
|
||||||
}
|
}
|
||||||
|
@ -1401,4 +1401,3 @@ function vanillaSelectBox_type(target) {
|
|||||||
const lowercased = stripped.toLowerCase();
|
const lowercased = stripped.toLowerCase();
|
||||||
return lowercased;
|
return lowercased;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user