web: removed blue border in fullscreen mode

This commit is contained in:
Maxim Devaev 2025-03-01 18:38:53 +02:00
parent 97dbc17771
commit 9fdb861048
2 changed files with 2 additions and 2 deletions

View File

@ -104,7 +104,7 @@ div#stream-window.window-active:fullscreen div#stream-box div#stream-fullscreen-
top: 0; top: 0;
left: 0; left: 0;
border: 0; border: 0;
box-shadow: var(--shadow-window-fullscreen-active); /*box-shadow: var(--shadow-window-fullscreen-active);*/
} }
div#stream-mouse-buttons { div#stream-mouse-buttons {

View File

@ -73,7 +73,7 @@
--shadow-small: 0 2px 4px 0 rgba(0, 0, 0, 0.2); --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-big: 0 8px 16px 0 rgba(0, 0, 0, 0.4);
--shadow-navbar-item-pressed: 0 5px 0 #5b90bb inset; --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-thin: thin solid #36393f;
--border-default-2px: 2px solid #36393f; --border-default-2px: 2px solid #36393f;