diff options
Diffstat (limited to 'web/share/css/vars.css')
-rw-r--r-- | web/share/css/vars.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/share/css/vars.css b/web/share/css/vars.css index beee09d8..c75e82a8 100644 --- a/web/share/css/vars.css +++ b/web/share/css/vars.css @@ -72,6 +72,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; --border-default-thin: thin solid #36393f; --border-default-2px: 2px solid #36393f; |