File tree Expand file tree Collapse file tree 1 file changed +17
-3
lines changed
Expand file tree Collapse file tree 1 file changed +17
-3
lines changed Original file line number Diff line number Diff line change @@ -99,8 +99,8 @@ input[type="file"i] {
9999}
100100
101101input [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+ }
You can’t perform that action at this time.
0 commit comments