@@ -6,7 +6,7 @@ $article-text: #d4d7dd;
66
77.WidgetSearch {
88 .WidgetHelperText {
9- text-align : right ;
9+ color : $cf-grey-65 ;
1010 margin : 0 ;
1111 }
1212 .DocSearch-Modal {
@@ -87,76 +87,61 @@ $article-text: #d4d7dd;
8787 }
8888
8989 .DocSearch-Hit-Container {
90- height : 100% !important ;
91- padding-top : 4px !important ;
90+ height : 100% ;
91+ padding-top : 4px ;
9292 }
9393
9494 .DocSearch-Hit-icon {
9595 display : none ;
9696 }
9797
9898 .DocSearch-SearchBar {
99- padding : 0 !important ;
100- box-shadow : none !important ;
99+ padding : 0 ;
100+ box-shadow : none ;
101101 }
102102 .DocSearch-Form {
103103 display : block ;
104- width : 100% !important ;
104+ width : 100% ;
105105 height : auto ;
106106 margin : auto ;
107- border-radius : 4px !important ;
108- box-shadow : none !important ;
107+ box-shadow : none ;
109108 outline : none ;
110109 font-family : $cf-text-font ;
111- border : $cf-input-border--default !important ;
110+ border : 2px solid $cf-input-border--default ;
111+ border-radius : 4px ;
112112 background-color : $cf-input-background--default ;
113113 background-image : url (data:image/svg+xml;base64 ,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjIuNyAyMi41IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyMi43IDIyLjUiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxjaXJjbGUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNjY2NzY2IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgY3g9IjguMSIgY3k9IjguNCIgcj0iNi44Ii8+PGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNjY2NzY2IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgeDE9IjEzLjIiIHkxPSIxMi45IiB4Mj0iMjEuNSIgeTI9IjIxLjQiLz48L3N2Zz4= );
114114 background-position : left 17px center ;
115115 background-repeat : no-repeat ;
116- background-size : 3.5 % ;
117- padding : 0 !important ;
116+ background-size : 16 px ;
117+ padding : 0 ;
118118 label {
119119 display : none ;
120120 }
121121
122122 transition : $cf-input--transition ;
123123 :hover {
124- border : 2px solid $cf-input-border--hover !important ;
125- border-radius : 4px !important ;
126- transition : $cf-input--transition !important ;
127- background-color : $cf-input-background--hover !important ;
128- color : $cf-input-text--hover !important ;
129- background-image : url (data:image/svg+xml;base64 ,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjIuNyAyMi41IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyMi43IDIyLjUiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxjaXJjbGUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNjY2NzY2IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgY3g9IjguMSIgY3k9IjguNCIgcj0iNi44Ii8+PGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNjY2NzY2IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgeDE9IjEzLjIiIHkxPSIxMi45IiB4Mj0iMjEuNSIgeTI9IjIxLjQiLz48L3N2Zz4= );
130- background-position : left 17px center ;
131- background-repeat : no-repeat ;
132- background-size : 3.5% ;
124+ background-color : $cf-input-background--hover ;
133125 }
134126
135127 :focus {
136- background-color : $cf-input-background--focused !important ;
137- border : 2px solid $cf-input-border--focused !important ;
138- border-radius : 4px !important ;
139- transition : $cf-input--transition ;
140- color : $cf-input-text--focused !important ;
141- background-image : none !important ;
128+ background-image : none ;
129+ background-color : $cf-input-background--focused ;
142130 }
143131 }
144132
145- input #docsearch-input :focus ::placeholder {
146- color : transparent !important ;
133+ input #docsearch-input {
134+ padding-left : 45px ;
135+ color : $cf-grey-95 ;
147136 }
148137
149138 .DocSearch-Input {
150- font-size : 13px !important ;
151- width : 100% !important ;
152- box-shadow : none !important ;
153- height : 40px !important ;
154- padding : 10px !important ;
139+ width : 100% ;
140+ height : 40px ;
155141 }
156142
157143 .DocSearch-Input ::placeholder {
158- padding-left : 40px !important ;
159- font-style : italic !important ;
144+ font-size : medium ;
160145 color : $cf-input--placeholder-text !important ;
161146 }
162147
@@ -178,6 +163,9 @@ $article-text: #d4d7dd;
178163 border : none !important ;
179164 }
180165
166+ .DocSearch-Dropdown {
167+ min-height : 7px ;
168+ }
181169 .DocSearch-Dropdown ::-webkit-scrollbar-thumb {
182170 border : none ;
183171 background : linear-gradient (
@@ -190,10 +178,6 @@ $article-text: #d4d7dd;
190178 width : 6px ;
191179 }
192180
193- .DocSearch-Dropdown {
194- padding-top : 16px !important ;
195- }
196-
197181 .DocSearch-Hits mark {
198182 color : $c-pool !important ;
199183 }
0 commit comments