2024-09-18 15:02:10 +02:00
|
|
|
.tntsearch-form .form-input {
|
|
|
|
border: 2px solid lighten($header-bg, 10%);
|
|
|
|
background: darken($header-bg, 10%);
|
|
|
|
border-radius: 4px;
|
|
|
|
|
|
|
|
label {
|
|
|
|
color: rgba(200, 200, 200, 0.8);
|
|
|
|
}
|
|
|
|
|
|
|
|
input {
|
|
|
|
color: $white;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2024-09-18 19:40:53 +02:00
|
|
|
// !important required for some elements to override included CSS
|
2024-09-18 15:02:10 +02:00
|
|
|
.tntsearch-dropdown ~ .tntsearch-results .row {
|
2024-09-18 19:40:53 +02:00
|
|
|
width: auto !important;
|
|
|
|
background: #724879 !important;
|
|
|
|
padding: 5px !important;
|
2024-09-18 15:02:10 +02:00
|
|
|
text-align: left;
|
|
|
|
color: #dddddd;
|
2024-09-18 19:40:53 +02:00
|
|
|
}
|