diff options
author | Devaev Maxim <[email protected]> | 2020-09-09 11:21:38 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2020-09-09 11:21:38 +0300 |
commit | 669fc608ed6a1851f799c99c4998143b8dcfc126 (patch) | |
tree | 27e3acadf1ca06c4c28e157525ba18663688f229 /web/share/css/kvm/about.css | |
parent | b377123e4896fc207a768edf15808cea5e8f734e (diff) |
fixed web selection
Diffstat (limited to 'web/share/css/kvm/about.css')
-rw-r--r-- | web/share/css/kvm/about.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/web/share/css/kvm/about.css b/web/share/css/kvm/about.css index efe70e18..1bebdeed 100644 --- a/web/share/css/kvm/about.css +++ b/web/share/css/kvm/about.css @@ -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; } |