summaryrefslogtreecommitdiff
path: root/web/share/css/tabs.css
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2020-09-09 11:21:38 +0300
committerDevaev Maxim <[email protected]>2020-09-09 11:21:38 +0300
commit669fc608ed6a1851f799c99c4998143b8dcfc126 (patch)
tree27e3acadf1ca06c4c28e157525ba18663688f229 /web/share/css/tabs.css
parentb377123e4896fc207a768edf15808cea5e8f734e (diff)
fixed web selection
Diffstat (limited to 'web/share/css/tabs.css')
-rw-r--r--web/share/css/tabs.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/web/share/css/tabs.css b/web/share/css/tabs.css
index b622494d..eb1624db 100644
--- a/web/share/css/tabs.css
+++ b/web/share/css/tabs.css
@@ -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;