New: Updated color of selected tab in Metadata Manager

This commit is contained in:
lscambo13
2025-03-15 11:50:55 -07:00
parent 127b34f222
commit 1ed5c6600e

View File

@@ -1706,6 +1706,10 @@ div[data-role=controlgroup] a.ui-btn-active {
color: #6c7bab; color: #6c7bab;
} }
.jstree-default .jstree-wholerow-clicked {
background: var(--selectorBackgroundColor) !important;
}
.sectionTitleTextButton { .sectionTitleTextButton {
padding-inline: .5em; padding-inline: .5em;
} }