mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-23 16:58:06 -06:00
WebUI: Prevent text selection within tabs, menu items
This commit is contained in:
@@ -97,6 +97,7 @@ body {
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
#desktopNavbar > ul > li {
|
||||
|
||||
@@ -19,6 +19,7 @@ Required by:
|
||||
|
||||
.toolbarTabs {
|
||||
overflow: visible;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.tab-menu {
|
||||
|
||||
@@ -567,6 +567,7 @@ div.formRow {
|
||||
padding: 4px 0 4px 6px;
|
||||
text-overflow: ellipsis;
|
||||
text-transform: uppercase;
|
||||
user-select: none;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user