mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 01:00:29 +08:00
web: removed blue border in fullscreen mode
This commit is contained in:
parent
97dbc17771
commit
9fdb861048
@ -104,7 +104,7 @@ div#stream-window.window-active:fullscreen div#stream-box div#stream-fullscreen-
|
||||
top: 0;
|
||||
left: 0;
|
||||
border: 0;
|
||||
box-shadow: var(--shadow-window-fullscreen-active);
|
||||
/*box-shadow: var(--shadow-window-fullscreen-active);*/
|
||||
}
|
||||
|
||||
div#stream-mouse-buttons {
|
||||
|
||||
@ -73,7 +73,7 @@
|
||||
--shadow-small: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
|
||||
--shadow-big: 0 8px 16px 0 rgba(0, 0, 0, 0.4);
|
||||
--shadow-navbar-item-pressed: 0 5px 0 #5b90bb inset;
|
||||
--shadow-window-fullscreen-active: 0 0 0 2px #5b90bb inset;
|
||||
/*--shadow-window-fullscreen-active: 0 0 0 2px #5b90bb inset;*/
|
||||
|
||||
--border-default-thin: thin solid #36393f;
|
||||
--border-default-2px: 2px solid #36393f;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user