mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-02-17 09:18:23 +00:00
WebUI: Prevent text selection within tabs, menu items
This commit is contained in:
parent
0e03e4f8a7
commit
6bfabad92f
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user