mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 09:01:54 +08:00
fixed web selection
This commit is contained in:
@@ -30,11 +30,13 @@ div.radio-box input[type=radio] {
|
||||
}
|
||||
|
||||
div.radio-box label {
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
user-select: none;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
user-select: none;
|
||||
padding: 4px 8px;
|
||||
cursor: pointer;
|
||||
position: relative;
|
||||
|
||||
Reference in New Issue
Block a user