WebUI: Highlight torrent category in context menu

This PR makes it possible to see common category of selected torrents in context menu. Everything should behave exactly like in GUI.

Closes #12701.
PR #21136.
This commit is contained in:
skomerko
2024-08-07 15:40:21 +02:00
committed by GitHub
parent 7b2886e477
commit 142780b863
3 changed files with 31 additions and 3 deletions

View File

@@ -306,6 +306,15 @@ a.propButton img {
top: 3px;
}
#contextCategoryList img {
border: 1px solid transparent;
padding: 1px;
}
#contextCategoryList img.highlightedCategoryIcon {
background-color: hsl(213deg 94% 86%);
}
/* Sliders */
.slider {