Skip to content

Commit

Permalink
web: removed blue border in fullscreen mode
Browse files Browse the repository at this point in the history
  • Loading branch information
mdevaev committed Mar 1, 2025
1 parent 97dbc17 commit 9fdb861
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web/share/css/kvm/stream.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion web/share/css/vars.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 9fdb861

Please # to comment.