From 34fc49a797b5548793d6cb728df8623a730d17e4 Mon Sep 17 00:00:00 2001 From: Marius <24592972+gilbN@users.noreply.github.com> Date: Sun, 4 Jul 2021 15:28:05 +0200 Subject: [PATCH] fixes #227 --- CSS/themes/qbittorrent/qbittorrent-base.css | 22 +++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/CSS/themes/qbittorrent/qbittorrent-base.css b/CSS/themes/qbittorrent/qbittorrent-base.css index 2b314936..ee068c0f 100644 --- a/CSS/themes/qbittorrent/qbittorrent-base.css +++ b/CSS/themes/qbittorrent/qbittorrent-base.css @@ -1527,7 +1527,6 @@ img[src="icons/inode-directory.svg"] { background-size: contain; background-repeat: no-repeat; background-origin: content-box; - object-position: -999999px 999999px; filter: invert(79%) sepia(20%) saturate(0%) hue-rotate(135deg) brightness(87%) contrast(108%); } @@ -1536,7 +1535,6 @@ img[src="icons/network-server.svg"] { background-size: contain; background-repeat: no-repeat; background-origin: content-box; - object-position: -999999px 999999px; filter: invert(79%) sepia(20%) saturate(0%) hue-rotate(135deg) brightness(87%) contrast(108%); } @@ -1545,7 +1543,6 @@ img[src="icons/mail-folder-inbox.svg"] { background-size: contain; background-repeat: no-repeat; background-origin: content-box; - object-position: -999999px 999999px; filter: invert(79%) sepia(20%) saturate(0%) hue-rotate(135deg) brightness(87%) contrast(108%); } @@ -1621,8 +1618,20 @@ img[src="icons/stalledDL.svg"] { /* Torrent right clkick menu */ -#torrentsTableMenu>li img { - display: none; +img[src="icons/media-playback-start.svg"], +img[src="icons/media-seek-forward.svg"], +img[src="icons/edit-rename.svg"], +img[src="icons/view-categories.svg"], +img[src="icons/view-categories.svg"], +img[src="icons/document-edit-verify.svg"], +img[src="icons/edit-copy.svg"], +img[src="icons/list-add.svg"], +img[src="icons/edit-clear.svg"], +img[src="icons/go-top.svg"], +img[src="icons/go-up.svg"], +img[src="icons/go-down.svg"], +img[src="icons/go-bottom.svg"] { + filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(289deg) brightness(106%) contrast(101%); } .contextMenu, @@ -1642,7 +1651,8 @@ img[src="icons/stalledDL.svg"] { } .contextMenu li a.arrow-right, -.contextMenu li a:hover.arrow-right { +.contextMenu li a:hover.arrow-right, +.contextMenu li a.arrow-right, .contextMenu li a:hover.arrow-right { background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/qbittorrent/arrow-right.gif); background-repeat: no-repeat; background-position: right center;