Skip to content

Commit

Permalink
Adjust LCARS theme dropdown-toggle class.
Browse files Browse the repository at this point in the history
Signed-off-by: RD WebDesign <[email protected]>
  • Loading branch information
rdwebdesign committed Jan 5, 2023
1 parent e1ea3df commit fa77c4a
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions style/themes/lcars.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit fa77c4a

Please sign in to comment.