From eb4d69978c81afd2e4d06e96467db97b22ab6c83 Mon Sep 17 00:00:00 2001 From: Dulanic <2948206+Dulanic@users.noreply.github.com> Date: Mon, 11 Jan 2021 08:06:07 -0600 Subject: [PATCH 1/2] Fix highlighted row color. Corrected highlighted row colors, matched background before. --- CSS/themes/qbittorrent/qbittorrent-base.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CSS/themes/qbittorrent/qbittorrent-base.css b/CSS/themes/qbittorrent/qbittorrent-base.css index a1a4509c..971690cd 100644 --- a/CSS/themes/qbittorrent/qbittorrent-base.css +++ b/CSS/themes/qbittorrent/qbittorrent-base.css @@ -239,7 +239,7 @@ label { } .dynamicTable th { - background-color: rgba(0, 0, 0, 0.25) !important; + background-color: var(--accent-color) !important; border-right-color: rgba(255, 255, 255, .08) !important; } @@ -1663,4 +1663,4 @@ img[src="icons/stalledDL.svg"] { margin-right: 5px; color: rgba(255, 255, 255, 0.7); padding-left: 5px; -} \ No newline at end of file +} From f2925b57cb7c09fcb2302ad5d974367b54d284dd Mon Sep 17 00:00:00 2001 From: Marius <24592972+gilbN@users.noreply.github.com> Date: Mon, 11 Jan 2021 23:51:05 +0100 Subject: [PATCH 2/2] added muted accents on hover --- CSS/themes/qbittorrent/aquamarine.css | 2 +- CSS/themes/qbittorrent/dark.css | 2 +- CSS/themes/qbittorrent/hotline.css | 2 +- CSS/themes/qbittorrent/organizr-dark.css | 2 +- CSS/themes/qbittorrent/plex.css | 2 +- CSS/themes/qbittorrent/qbittorrent-base.css | 10 +++++----- CSS/themes/qbittorrent/space-gray.css | 2 +- 7 files changed, 11 insertions(+), 11 deletions(-) diff --git a/CSS/themes/qbittorrent/aquamarine.css b/CSS/themes/qbittorrent/aquamarine.css index 8c42095a..aab224c5 100644 --- a/CSS/themes/qbittorrent/aquamarine.css +++ b/CSS/themes/qbittorrent/aquamarine.css @@ -20,7 +20,7 @@ --button-color: #009688; --button-color-hover: #12afa0; --button-text: #eee; - --accent-color: #12afa0; + --accent-color: 18, 175, 160; --accent-color-hover: #fff; --text: #eee; --text-hover: #fff; diff --git a/CSS/themes/qbittorrent/dark.css b/CSS/themes/qbittorrent/dark.css index 4f4244a0..b62c58a6 100644 --- a/CSS/themes/qbittorrent/dark.css +++ b/CSS/themes/qbittorrent/dark.css @@ -20,7 +20,7 @@ --button-color: hsla(0,0%,100%,.15); --button-color-hover: hsla(0,0%,100%,.30); --button-text: #eee; - --accent-color: #fff; + --accent-color: 255, 255, 255; --accent-color-hover: rgba(255, 255, 255, 0.45); --text: #eee; --text-hover: #fff; diff --git a/CSS/themes/qbittorrent/hotline.css b/CSS/themes/qbittorrent/hotline.css index 8e12db42..d4d3466a 100644 --- a/CSS/themes/qbittorrent/hotline.css +++ b/CSS/themes/qbittorrent/hotline.css @@ -20,7 +20,7 @@ --button-color: hsla(0,0%,100%,.15); --button-color-hover: hsla(0,0%,100%,.30); --button-text: #eee; - --accent-color: #F44336; + --accent-color: 244, 64, 52; --accent-color-hover: #0b3161; --text: #eee; --text-hover: #fff; diff --git a/CSS/themes/qbittorrent/organizr-dark.css b/CSS/themes/qbittorrent/organizr-dark.css index 2019c9f5..330b1b5e 100644 --- a/CSS/themes/qbittorrent/organizr-dark.css +++ b/CSS/themes/qbittorrent/organizr-dark.css @@ -20,7 +20,7 @@ --button-color: #2cabe3; --button-color-hover: rgb(44 171 227 / .8); --button-text: #eee; - --accent-color:#2cabe3; + --accent-color: 44, 171, 227; --accent-color-hover: #fff; --text:#96a2b4; --text-hover: #fff; diff --git a/CSS/themes/qbittorrent/plex.css b/CSS/themes/qbittorrent/plex.css index 0f924f0b..91b5afbe 100644 --- a/CSS/themes/qbittorrent/plex.css +++ b/CSS/themes/qbittorrent/plex.css @@ -20,7 +20,7 @@ --button-color: #cc7b19; --button-color-hover: #e59029; --button-text: #eee; - --accent-color: #e5a00d; + --accent-color: 227, 159, 13; --accent-color-hover: #ffc107; --text: #eee; --text-hover: #fff; diff --git a/CSS/themes/qbittorrent/qbittorrent-base.css b/CSS/themes/qbittorrent/qbittorrent-base.css index 971690cd..d320bdd0 100644 --- a/CSS/themes/qbittorrent/qbittorrent-base.css +++ b/CSS/themes/qbittorrent/qbittorrent-base.css @@ -239,7 +239,7 @@ label { } .dynamicTable th { - background-color: var(--accent-color) !important; + background-color: rgba(0, 0, 0, 0.25) !important; border-right-color: rgba(255, 255, 255, .08) !important; } @@ -269,7 +269,7 @@ label { } .dynamicTable tbody tr.selected { - background-color: rgba(0, 0, 0, 0.45) !important; + background-color: rgba(var(--accent-color),0.6) !important; } .dynamicTable th.sorted.reverse { background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/qbittorrent/go-down.png) !important; @@ -379,12 +379,12 @@ li.divider { /* Sidemenu */ .selectedFilter { - background-color: rgba(0, 0, 0, 0.25); + background-color: rgba(var(--accent-color),0.6); color: #FFF; } ul.filterList li:hover { - background-color: rgba(255, 255, 255, 0.08); + background-color: rgba(var(--accent-color),0.6); } .columnHandle { @@ -1663,4 +1663,4 @@ img[src="icons/stalledDL.svg"] { margin-right: 5px; color: rgba(255, 255, 255, 0.7); padding-left: 5px; -} +} \ No newline at end of file diff --git a/CSS/themes/qbittorrent/space-gray.css b/CSS/themes/qbittorrent/space-gray.css index 699ad7e1..84d29e95 100644 --- a/CSS/themes/qbittorrent/space-gray.css +++ b/CSS/themes/qbittorrent/space-gray.css @@ -20,7 +20,7 @@ --button-color: #607D8B; --button-color-hover: #81a6b7; --button-text: #eee; - --accent-color: #81a6b7; + --accent-color: 129, 166, 183; --accent-color-hover: #81a6b7; --text: #eee; --text-hover: #fff;