File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -32,4 +32,23 @@ $td-sidebar-tree-root-color: #222 !default;
32
32
.td-arrow-down :before {
33
33
border-color : $secondary transparent transparent transparent !important ;
34
34
}
35
+ }
36
+
37
+ .td-search__input {
38
+ color : var (--bs-body-color ) !important ;
39
+ border : 1px solid var (--bs-gray-400 ) !important ;
40
+ }
41
+
42
+ .td-search__input :focus {
43
+ color : inherit !important ;
44
+ border-color : var (--bs-body-bg ) !important ;
45
+ box-shadow : 0 0 0 2px var (--bs-primary ) !important ;
46
+ }
47
+
48
+ .td-search__input ::placeholder {
49
+ color : var (--bs-gray ) !important ;
50
+ }
51
+
52
+ .td-search__icon {
53
+ color : $secondary !important ;
35
54
}
Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ navbar_translucent_over_cover_disable = false
142
142
# Enable to show the side bar menu in its compact state.
143
143
sidebar_menu_compact = false
144
144
# Set to true to hide the sidebar search box (the top nav search box will still be displayed if search is enabled)
145
- sidebar_search_disable = false
145
+ sidebar_search_disable = true
146
146
sidebar_menu_foldable = true
147
147
ul_show = 1
148
148
You can’t perform that action at this time.
0 commit comments