Minor styling update.

This commit is contained in:
2025-12-02 22:23:59 -05:00
parent e962832f24
commit 6790a9bfff
2 changed files with 5 additions and 11 deletions

View File

@@ -46,13 +46,16 @@
background-color: var(--input-background-color);
}
.bit-drp-itm:hover {
.bit-drp-itm:hover,
.bit-drp-iwr:hover {
color: #ffffffde;
background: rgba(255,255,255,.03);
}
.bit-drp-sel,
.bit-drp-sel:hover {
.bit-drp-sel:hover,
.bit-drp-iwr.bit-drp-chd,
.bit-drp-iwr.bit-drp-chd:hover {
color: #ffffffde;
background: rgba(100,181,246,.16);
}