Skip to content

Commit ba2b86b

Browse files
arminius-smhGilbN
andauthored
fix qbittorrent unthemed elements (#659)
* fix(qbittorrent): unthemed elements * Remove border radius * fix(qbittorrent): style category input --------- Co-authored-by: GilbN <[email protected]>
1 parent d9de215 commit ba2b86b

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

css/base/qbittorrent/qbittorrent-base.css

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ input[type="file"i] {
9999
}
100100

101101
input[name="category"i] {
102-
color: #000;
103-
background-color: #fff;
102+
color: var(--text-hover);
103+
background: var(--transparency-dark-25);
104104
border-width: 0px;
105105
outline: none;
106106
border: none;
@@ -519,6 +519,10 @@ fieldset {
519519

520520
/*Modal */
521521

522+
.mocha {
523+
background: var(--drop-down-menu-bg);
524+
}
525+
522526
.mochaOverlay {
523527
position: absolute;
524528
top: 0;
@@ -531,6 +535,7 @@ fieldset {
531535
-webkit-background-size: auto, cover;
532536
-moz-background-size: auto, cover;
533537
-o-background-size: auto, cover;
538+
border-radius: 0px;
534539
}
535540

536541
.mochaToolbarWrapper {
@@ -669,4 +674,13 @@ select:focus {
669674
#torrentsFilterToolbar {
670675
float: right;
671676
margin-right: .5rem;
672-
}
677+
}
678+
679+
#torrentsFilterInput {
680+
background: var(--transparency-dark-25);
681+
border: none;
682+
}
683+
684+
label[for="torrentsFilterRegexBox"] {
685+
border: none !important;
686+
}

0 commit comments

Comments
 (0)