mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-08 22:07:53 +00:00
fix properties sort order
This commit is contained in:
parent
cf47f5bf96
commit
7b8d68c2f2
@ -25,12 +25,12 @@ Required by:
|
||||
}
|
||||
|
||||
.mochaOverlay {
|
||||
left: 0;
|
||||
position: absolute; /* This is also set in theme.js in order to make theme transitions smoother */
|
||||
background-color: var(--color-background-default);
|
||||
top: 0;
|
||||
border-radius: 5px;
|
||||
height: auto!important; /* #19844 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;
|
||||
}
|
||||
|
||||
/*
|
||||
|
@ -366,13 +366,13 @@ a.propButton img {
|
||||
}
|
||||
|
||||
#torrentsFilterInput {
|
||||
background-color: var(--color-background-default);
|
||||
background-image: url("../images/edit-find.svg");
|
||||
background-position: left;
|
||||
background-repeat: no-repeat;
|
||||
background-color: var(--color-background-default);
|
||||
background-size: 1.5em;
|
||||
border: 1px solid var(--color-border-default);
|
||||
border-radius: 3px;
|
||||
border: 1px solid var(--color-border-default);
|
||||
min-width: 160px;
|
||||
padding: 4px 4px 4px 25px;
|
||||
}
|
||||
@ -467,8 +467,8 @@ ul.filterList {
|
||||
ul.filterList a {
|
||||
color: var(--color-text-default);
|
||||
display: block;
|
||||
padding: 4px 6px;
|
||||
overflow: hidden;
|
||||
padding: 4px 6px;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user