We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 49d1a73 + e583516 commit 794e4b3Copy full SHA for 794e4b3
assets/scss/_custom.scss
@@ -251,9 +251,23 @@ body.td-404 main .error-details {
251
.search-item.nav-item {
252
input, input::placeholder {
253
color: black;
254
+ width: 200px;
255
+ box-sizing: border-box;
256
+ padding: 8px;
257
+ height: 40px;
258
+ font-size: 14px;
259
+ transition: width 0.3s ease-in-out;
260
+ -webkit-appearance: none;
261
+ -moz-appearance: none;
262
+ appearance: none;
263
}
264
265
266
+input[type="search"]{
267
+ -moz-box-sizing: border-box;
268
+ width: 100%;
269
+}
270
+
271
.flip-nav .search-item {
272
.td-search-input, .search-bar {
273
background-color: $medium-grey;
0 commit comments