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:
parent
8f586b8fe5
commit
a47a71086c
@ -87,7 +87,7 @@ body {
|
|||||||
/* Navbar */
|
/* Navbar */
|
||||||
|
|
||||||
#Filters_pad {
|
#Filters_pad {
|
||||||
padding: 0 1px!important;
|
padding: 0 1px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#desktopNavbar {
|
#desktopNavbar {
|
||||||
|
@ -27,7 +27,7 @@ Required by:
|
|||||||
.mochaOverlay {
|
.mochaOverlay {
|
||||||
background-color: var(--color-background-default);
|
background-color: var(--color-background-default);
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
height: auto!important; /* also fixes out of block issue */
|
height: auto !important; /* also fixes out of block issue */
|
||||||
left: 0;
|
left: 0;
|
||||||
position: absolute; /* This is also set in theme.js in order to make theme transitions smoother */
|
position: absolute; /* This is also set in theme.js in order to make theme transitions smoother */
|
||||||
top: 0;
|
top: 0;
|
||||||
|
@ -159,12 +159,16 @@ hr {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.selectedFilter {
|
.selectedFilter {
|
||||||
background-color: var(--color-background-blue)!important; /* important prevents hover effect on click, @TODO CSS optimization */
|
background-color: var(
|
||||||
color: var(--color-text-white)!important;
|
--color-background-blue
|
||||||
|
) !important; /* important prevents hover effect on click, @TODO CSS optimization */
|
||||||
|
color: var(--color-text-white) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.selectedFilter a {
|
.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 {
|
#properties {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user