diff options
author | Devaev Maxim <[email protected]> | 2018-12-01 12:56:36 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2018-12-01 12:56:36 +0300 |
commit | a6d4545bafe750f894654fa3cddbfe15a89e6e6e (patch) | |
tree | 14534ad82d798575904813134f4d2360f9c024b1 /web/css/vars.css | |
parent | 5f7834724a48f28539a66b481772201f00147b31 (diff) |
focus-based window manager
Diffstat (limited to 'web/css/vars.css')
-rw-r--r-- | web/css/vars.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/web/css/vars.css b/web/css/vars.css index 8f5c6d52..57e71c0f 100644 --- a/web/css/vars.css +++ b/web/css/vars.css @@ -56,4 +56,8 @@ --border-key-thin: thin solid #202225; --border-intensive-2px: 2px solid #5b90bb; --border-intensive-thin: thin solid #5b90bb; + + --border-menu-item-content-default-2px: 2px solid black; + --border-menu-item-content-active-2px: 2px solid #5b90bb; + --border-menu-item-content-top-thin: thin solid #17191d; } |