File tree Expand file tree Collapse file tree 2 files changed +16
-4
lines changed
Expand file tree Collapse file tree 2 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 1616 outline : none;
1717}
1818
19+ body : not (.dark ) # helpfulSearch ,
20+ body : not (.dark ) .ui-autocomplete {
21+ background-color : # fff !important ;
22+ color : # 000 !important ;
23+ }
24+
25+ body : not (.dark ) .ui-autocomplete li : hover {
26+ background-color : # ddd !important ;
27+ }
1928
29+ body : not (.dark ) # helpfulSearchDiv {
30+ background-color : # f9f9f9 !important ;
31+ }
2032
2133.modal {
2234 display : none;
Original file line number Diff line number Diff line change 7575 .dark # search ,
7676 # helpfulSearch ,
7777 .ui-autocomplete {
78- background-color : # 1c1c1c ;
79- color : # fff ;
78+ background-color : # 1c1c1c !important ;
79+ color : # fff !important ;
8080 }
8181
8282 .dark .ui-autocomplete li : hover {
83- background-color : # 225a91 ;
83+ background-color : # 225a91 !important ;
8484 }
8585
8686 .dark # helpfulSearchDiv {
87- background-color : transparent;
87+ background-color : transparent !important ;
8888 }
8989
9090 .dark # crossButton {
You can’t perform that action at this time.
0 commit comments