diff options
author | Maxim Devaev <[email protected]> | 2022-10-16 23:51:27 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2022-10-16 23:51:27 +0300 |
commit | e5ed253d680b7831ce3a3b2603971620cf5eb644 (patch) | |
tree | a794e16a95c48d8b1a9a6028e067ebb1e128df1f /web/share/css/tabs.css | |
parent | 5d54b32ab603ba010125564bf550585a7348c390 (diff) |
fixed browser detection, loading css from js
Diffstat (limited to 'web/share/css/tabs.css')
-rw-r--r-- | web/share/css/tabs.css | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/web/share/css/tabs.css b/web/share/css/tabs.css index f872d508..7efa76c6 100644 --- a/web/share/css/tabs.css +++ b/web/share/css/tabs.css @@ -53,11 +53,6 @@ div.tabs-box label { position: relative; top: 1px; } -@media only screen and (pointer: coarse) and (orientation: portrait) { - div.tabs-box label { - height: 30px !important; - } -} div.tabs-box label:last-of-type { border-right: var(--border-default-thin); @@ -66,12 +61,6 @@ div.tabs-box label:last-of-type { div.tabs-box input[type="radio"]:checked + label { background-color: var(--cs-control-default-bg); } -@media (hover: hover), (min--moz-device-pixel-ratio: 0) { - /* If we have a mouse cursor */ - div.tabs-box input[type="radio"]:not(:checked):hover + label { - color: var(--cs-control-hovered-fg); - } -} div.tabs-box input[type="radio"]:checked + label + .tab { display: block; |