diff options
author | Maxim Devaev <[email protected]> | 2022-08-01 19:55:15 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2022-08-01 19:55:15 +0300 |
commit | 65bdbe43871c8895c9304854e970e6153628f027 (patch) | |
tree | bf5a3917fa4ea84e9b5d4203547dab843ea353d8 /web/share | |
parent | 375cbe5c5f6ec617ddb043426428d0303d292e24 (diff) |
fixed window-button-exit-full-tab
Diffstat (limited to 'web/share')
-rw-r--r-- | web/share/css/window.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/share/css/window.css b/web/share/css/window.css index 2d063528..133d9946 100644 --- a/web/share/css/window.css +++ b/web/share/css/window.css @@ -161,6 +161,7 @@ div.window button.window-button-exit-full-tab { opacity: 0.5; border-radius: 0px; visibility: hidden; + z-index: 1; } div.window button.window-button-exit-full-tab:hover { opacity: 1; |