diff options
author | Maxim Devaev <[email protected]> | 2021-11-04 02:42:48 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2021-11-04 02:42:48 +0300 |
commit | aed6fd10ed0d29a5534618f1a75a337e03bc4eb5 (patch) | |
tree | e518e7a6448538c948066bb7fde41c6fc846246a /web/share/css/kvm/stream.css | |
parent | 653bef865754a211660da892cb67cbedd5b081dc (diff) |
pikvm/pikvm#531: improved fullscreen focus
Diffstat (limited to 'web/share/css/kvm/stream.css')
-rw-r--r-- | web/share/css/kvm/stream.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/web/share/css/kvm/stream.css b/web/share/css/kvm/stream.css index 0df306f2..f754ae26 100644 --- a/web/share/css/kvm/stream.css +++ b/web/share/css/kvm/stream.css @@ -64,6 +64,19 @@ video#stream-video { display: block; background-color: black; } +div#stream-window.window-active:fullscreen { + border: 0px !important; + border-radius: 0px !important; +} +div#stream-window.window-active:fullscreen div#stream-box div#stream-fullscreen-active { + position: absolute; + width: 100%; + height: 100%; + top: 0; + left: 0; + border: 0; + box-shadow: var(--shadow-window-fullscreen-active); +} div#stream-mouse-buttons { display: none; |