1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-10-05 23:17:11 +02:00

qbittorrent sort icon color

This commit is contained in:
Marius 2020-12-27 21:47:59 +01:00
parent 3322cca5d0
commit d0f775368f
3 changed files with 12 additions and 2 deletions

View File

@ -271,7 +271,16 @@ label {
.dynamicTable tbody tr.selected { .dynamicTable tbody tr.selected {
background-color: rgba(0, 0, 0, 0.45) !important; background-color: rgba(0, 0, 0, 0.45) !important;
} }
.dynamicTable th.sorted.reverse {
background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/qbittorrent/go-down.png) !important;
}
.dynamicTable th.sorted {
background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/qbittorrent/go-up.png) !important;
background-size: 9px !important;
background-position: right !important;
background-repeat: no-repeat !important;
}
.panel { .panel {
background: var(--main-bg-color); background: var(--main-bg-color);
border-bottom: 1px solid transparent; border-bottom: 1px solid transparent;
@ -1541,7 +1550,8 @@ img[src="icons/mail-folder-inbox.svg"] {
} }
img[src="icons/downloading_small.svg"], img[src="icons/downloading_small.svg"],
img[src="icons/seeding.svg"] { img[src="icons/seeding.svg"],
img[src="icons/stalledDL.svg"] {
filter: invert(79%) sepia(20%) saturate(0%) hue-rotate(135deg) brightness(87%) contrast(108%); filter: invert(79%) sepia(20%) saturate(0%) hue-rotate(135deg) brightness(87%) contrast(108%);
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 499 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 463 B