mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-30 09:31:53 +08:00
fixed web selection
This commit is contained in:
@@ -38,12 +38,14 @@ div.tabs-box div.tab {
|
||||
}
|
||||
|
||||
div.tabs-box label {
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
user-select: none;
|
||||
order: 1;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
user-select: none;
|
||||
border-top: var(--border-default-thin);
|
||||
border-left: var(--border-default-thin);
|
||||
padding: 4px 8px;
|
||||
|
||||
Reference in New Issue
Block a user