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 */
|
||||
|
||||
#Filters_pad {
|
||||
padding: 0 1px!important;
|
||||
padding: 0 1px !important;
|
||||
}
|
||||
|
||||
#desktopNavbar {
|
||||
|
@ -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;
|
||||
|
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user