diff options
author | Devaev Maxim <[email protected]> | 2018-07-28 04:44:44 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2018-07-28 04:44:44 +0300 |
commit | ab48c5e3ddc9ff1653e978e364b5dd353ff7cedf (patch) | |
tree | 35758cf717e8f0990579dbbf8c6f602caf7988be /kvmd/web/css/vars.css | |
parent | af70d123cb4275ef511b5b44988645ddab4c4848 (diff) |
fucusable windows
Diffstat (limited to 'kvmd/web/css/vars.css')
-rw-r--r-- | kvmd/web/css/vars.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kvmd/web/css/vars.css b/kvmd/web/css/vars.css index 76d98edd..3bf15d76 100644 --- a/kvmd/web/css/vars.css +++ b/kvmd/web/css/vars.css @@ -3,6 +3,7 @@ --grey-border: thin solid #202225; --normal-border: thin solid #36393f; --black-border: thin solid black; + --intensive-border: 2px solid #5b90bb; --micro-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.4); --small-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2); |