qBittorrent OLED dark theme
change url accordingly
Authork4rli
LicenseNo License
Categoryqbittorrent
Created
Updated
Size1.8 kB
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
qBittorrent OLED dark theme
change url accordingly
/* ==UserStyle==
@name qBittorrent OLED dark theme
@version 20220202.16.17
@namespace userstyles.world/user/k4rli
@description qBittorrent OLED dark theme
change url accordingly
@author k4rli
@license No License
==/UserStyle== */
@-moz-document url-prefix("http://hawaii:8050/") {
/** local qbittorrent webclient**/
:root {
--text-color: #fff;
--bg-color: #000;
}
#torrentsTableFixedHeaderDiv,
#propertiesPanel,
#transferList_handle,
.tab-menu li,
.toolbarTabs,
#torrentFilesTableFixedHeaderDiv,
#propertiesPanel_header,
#filtersColumn_handle,
#torrentFilesTableDiv,
#desktopFooter,
#Filters,
#mochaToolbar,
#torrentsTableDiv,
#desktopNavbar,
li a,
.contextMenu,
.filterTitle,
.dynamicTable thead tr,
.dynamicTable th,
.dynamicTable td {
color: var(--text-color) !important;
background: var(--bg-color) !important;
}
#transferList tr:hover td,
#transferList tr.selected td,
#Filters ul li:hover a,
#desktopNavbar > ul > li:hover > a,
#Filters ul li.selectedFilter a {
background: var(--text-color) !important;
color: var(--bg-color) !important;
}
#torrentsFilterToolbar,
#torrentFilesFilterToolbar {
display: none;
}
#desktopNavbar ul > li.divider {
border-top: none;
padding-top: 0;
margin-top: 0;
}
#mochaToolbar {
margin-top: 0;
padding-top: 5px;
}
.tab-menu li {
margin: 0;
padding-left: 5px;
}
#torrentsTableDiv::-webkit-scrollbar {
height: 18px;
background: var(--bg-color);
border-top: 9px solid var(--bg-color);
border-bottom: 8px solid var(--bg-color);
}
#torrentsTableDiv::-webkit-scrollbar-thumb {
background-color: var(--text-color);
border-top: 6px solid var(--bg-color);
border-bottom: 8px solid var(--bg-color);
}
}