Browse Source

fixes #227

pull/230/head
Marius 4 years ago
parent
commit
34fc49a797
  1. 22
      CSS/themes/qbittorrent/qbittorrent-base.css

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

Loading…
Cancel
Save