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.
1 parent 2a6e5d2 commit e583516Copy full SHA for e583516
assets/scss/_custom.scss
@@ -242,9 +242,23 @@ body.td-404 main .error-details {
242
.search-item.nav-item {
243
input, input::placeholder {
244
color: black;
245
+ width: 200px;
246
+ box-sizing: border-box;
247
+ padding: 8px;
248
+ height: 40px;
249
+ font-size: 14px;
250
+ transition: width 0.3s ease-in-out;
251
+ -webkit-appearance: none;
252
+ -moz-appearance: none;
253
+ appearance: none;
254
}
255
256
257
+input[type="search"]{
258
+ -moz-box-sizing: border-box;
259
+ width: 100%;
260
+}
261
+
262
.flip-nav .search-item {
263
.td-search-input, .search-bar {
264
background-color: $medium-grey;
0 commit comments