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