From 6c8896dc0343a222dd7f9c6af5c6f234e754540a Mon Sep 17 00:00:00 2001 From: exu Date: Wed, 18 Sep 2024 15:02:10 +0200 Subject: [PATCH] Add tntsearch scss config --- themes/learn2-dark/scss/theme/_tntsearch.scss | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 themes/learn2-dark/scss/theme/_tntsearch.scss diff --git a/themes/learn2-dark/scss/theme/_tntsearch.scss b/themes/learn2-dark/scss/theme/_tntsearch.scss new file mode 100644 index 0000000..c9ba0cf --- /dev/null +++ b/themes/learn2-dark/scss/theme/_tntsearch.scss @@ -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; +} \ No newline at end of file