summaryrefslogtreecommitdiff
path: root/web/share/css/vars.css
diff options
context:
space:
mode:
authorMaxim Devaev <[email protected]>2021-04-12 15:26:32 +0300
committerGitHub <[email protected]>2021-04-12 15:26:32 +0300
commit3af4a8b852019993ee31becd5651734377da6ec9 (patch)
tree499b77bfaa0c6f939175ea167d5ccb3956be95f0 /web/share/css/vars.css
parent8158941833bd8a50278b61967e00d23522e633d7 (diff)
Rework of #39 (#40)
* Rework of #39 patch from @arykov (thanks) * styled resize corner * fixed squashing of resizaable window on moving * keep window size and opsition after full screen * not necessary * attempt to fix desktop overflow * improved * ios fixes * refactoring
Diffstat (limited to 'web/share/css/vars.css')
-rw-r--r--web/share/css/vars.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/web/share/css/vars.css b/web/share/css/vars.css
index bec1f10e..f49f40cc 100644
--- a/web/share/css/vars.css
+++ b/web/share/css/vars.css
@@ -66,6 +66,8 @@
--cs-key-pressed-fg: #6c7481;
--cs-key-holded-bg: #436a8a;
+ --cs-corner-bg: #5b90bb;
+
--shadow-micro: 1px 2px 4px 0 rgba(0, 0, 0, 0.4);
--shadow-small: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
--shadow-big: 0 8px 16px 0 rgba(0, 0, 0, 0.4);