mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-09 00:52:30 -06:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user