Skip to content

Commit 329fbc7

Browse files
authored
Fix: Changed text color to darker for disabled item in "select" list for dark skin "skin.css"
Otherwise, on a dark background there is very little difference between the item being on and off.
1 parent 094b2bd commit 329fbc7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

web/skins/classic/css/dark/skin.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,10 @@ li.search-choice {
261261
.chosen-container-active .chosen-choices li.search-field input[type=text] {
262262
color: inherit !important;
263263
}
264+
265+
.chosen-container .chosen-results li.disabled-result {
266+
color: #888;
267+
}
264268
/* end chosen override */
265269

266270
.modal-content {

0 commit comments

Comments
 (0)