Add tntsearch scss config
This commit is contained in:
parent
e69a6539f4
commit
6c8896dc03
22
themes/learn2-dark/scss/theme/_tntsearch.scss
Normal file
22
themes/learn2-dark/scss/theme/_tntsearch.scss
Normal file
@ -0,0 +1,22 @@
|
||||
.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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.tntsearch-dropdown ~ .tntsearch-results .row {
|
||||
width: auto;
|
||||
background: #724879;
|
||||
padding: 5px;
|
||||
text-align: left;
|
||||
color: #dddddd;
|
||||
}
|
Loading…
Reference in New Issue
Block a user