mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 00:51:53 +08:00
fixed web selection
This commit is contained in:
@@ -21,9 +21,6 @@
|
||||
|
||||
|
||||
div#about {
|
||||
-webkit-user-select: text;
|
||||
-moz-user-select: text;
|
||||
user-select: text;
|
||||
max-width: 600px;
|
||||
white-space: normal;
|
||||
padding: 5px 5px 5px 5px;
|
||||
@@ -42,5 +39,8 @@ div#about td.copyright {
|
||||
}
|
||||
|
||||
div#about div.tabs-box div.tab div.code {
|
||||
-webkit-user-select: text;
|
||||
-moz-user-select: text;
|
||||
user-select: text;
|
||||
height: 250px;
|
||||
}
|
||||
|
||||
@@ -134,9 +134,6 @@ ul#navbar li div.menu div.text table.one-line-switch {
|
||||
}
|
||||
|
||||
ul#navbar li div.menu table.kv {
|
||||
-webkit-user-select: text;
|
||||
-moz-user-select: text;
|
||||
user-select: text;
|
||||
border-spacing: 5px;
|
||||
margin: 0 10px 0 10px;
|
||||
font-size: 12px;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -21,12 +21,13 @@
|
||||
|
||||
|
||||
div.switch-box {
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
user-select: none;
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
position: relative;
|
||||
width: 50px;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
}
|
||||
|
||||
div.switch-box input[type=checkbox] {
|
||||
|
||||
@@ -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