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;
3232 .td-arrow-down :before {
3333 border-color : $secondary transparent transparent transparent !important ;
3434 }
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 ;
3554}
Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ navbar_translucent_over_cover_disable = false
142142# Enable to show the side bar menu in its compact state.
143143sidebar_menu_compact = false
144144# 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
146146sidebar_menu_foldable = true
147147ul_show = 1
148148
You can’t perform that action at this time.
0 commit comments