1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-02-02 01:44:26 +00:00

apply lint/auto-format

This commit is contained in:
d47081 2023-11-11 04:33:48 +02:00
parent 8f586b8fe5
commit a47a71086c
3 changed files with 9 additions and 5 deletions

View File

@ -87,7 +87,7 @@ body {
/* Navbar */
#Filters_pad {
padding: 0 1px!important;
padding: 0 1px !important;
}
#desktopNavbar {

View File

@ -27,7 +27,7 @@ Required by:
.mochaOverlay {
background-color: var(--color-background-default);
border-radius: 5px;
height: auto!important; /* also fixes out of block issue */
height: auto !important; /* also fixes out of block issue */
left: 0;
position: absolute; /* This is also set in theme.js in order to make theme transitions smoother */
top: 0;

View File

@ -159,12 +159,16 @@ hr {
}
.selectedFilter {
background-color: var(--color-background-blue)!important; /* important prevents hover effect on click, @TODO CSS optimization */
color: var(--color-text-white)!important;
background-color: var(
--color-background-blue
) !important; /* important prevents hover effect on click, @TODO CSS optimization */
color: var(--color-text-white) !important;
}
.selectedFilter a {
color: var(--color-text-white)!important; /* @TODO original re-definition below */
color: var(
--color-text-white
) !important; /* @TODO original re-definition below */
}
#properties {