WebUI: Prevent text selection within tabs, menu items

This commit is contained in:
skomerko 2024-09-22 16:34:30 +02:00
parent 0e03e4f8a7
commit 6bfabad92f
3 changed files with 3 additions and 0 deletions

View File

@ -97,6 +97,7 @@ body {
list-style: none;
margin: 0;
padding: 0;
user-select: none;
}
#desktopNavbar > ul > li {

View File

@ -19,6 +19,7 @@ Required by:
.toolbarTabs {
overflow: visible;
user-select: none;
}
.tab-menu {

View File

@ -567,6 +567,7 @@ div.formRow {
padding: 4px 0 4px 6px;
text-overflow: ellipsis;
text-transform: uppercase;
user-select: none;
white-space: nowrap;
}