From 7a1aea74b9c05cebf50d1373acee86065bd1c6e2 Mon Sep 17 00:00:00 2001 From: RD WebDesign Date: Mon, 2 Jan 2023 01:54:21 -0300 Subject: [PATCH] Adjust LCARS theme `dropdown-toggle` class. Signed-off-by: RD WebDesign --- style/themes/lcars.css | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/style/themes/lcars.css b/style/themes/lcars.css index b7ce3b35c..ebbcfad76 100644 --- a/style/themes/lcars.css +++ b/style/themes/lcars.css @@ -517,6 +517,35 @@ p.login-box-msg, z-index: 1000; } +.bootstrap-select > .dropdown-toggle.bs-placeholder, +.bootstrap-select > .dropdown-toggle.bs-placeholder:active, +.bootstrap-select > .dropdown-toggle.bs-placeholder:focus { + color: #6c7c8c; +} + +.bootstrap-select > .dropdown-toggle.bs-placeholder:hover { + color: #456; +} + +.bootstrap-select.bs-container .dropdown-menu { + border-radius: 12px; + border-width: 2px; +} + +.bootstrap-select.bs-container .dropdown-menu.open { + filter: invert(0.88) hue-rotate(180deg); +} + +/*** Set .dropdown-toggle width to fill the whole table cell ***/ +@media screen and (min-width: 661px) and (max-width: 767px), screen and (min-width: 960px) { + .bootstrap-select.fit-width { + width: 100% !important; + } + .bootstrap-select .dropdown-toggle .filter-option { + text-align: right; + } +} + .main-header li.user-header { background-color: #000; }