1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-11-05 02:32:37 +01:00

Merge pull request #138 from Dulanic/patch-2

Fix highlighted row color.
This commit is contained in:
GilbN 2021-01-11 23:52:39 +01:00 committed by GitHub
commit bb6c029db3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 9 additions and 9 deletions

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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 {

View File

@ -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;