diff options
| author | Haishan <[email protected]> | 2019-12-01 22:41:59 +0800 |
|---|---|---|
| committer | Haishan <[email protected]> | 2019-12-01 22:41:59 +0800 |
| commit | 8b5ecb3f1839808d5e88f635d286fcfdfffd4f86 (patch) | |
| tree | fbbaef42b57a1fe3cb244103ccbb58915e631c66 /src/components/Root.css | |
| parent | 19ecf435de90800fe284e3333b3a4957d600f410 (diff) | |
feat: support close all connections
for https://github.com/haishanh/yacd/issues/338
Diffstat (limited to 'src/components/Root.css')
| -rw-r--r-- | src/components/Root.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/components/Root.css b/src/components/Root.css index 88b3d6c..ae25dca 100644 --- a/src/components/Root.css +++ b/src/components/Root.css @@ -92,6 +92,7 @@ body.dark { --color-btn-fg: #bebebe; --color-bg-proxy-selected: #303030; --color-row-odd: #282828; + --bg-modal: #1f1f20; } body.light { @@ -109,4 +110,12 @@ body.light { --color-btn-fg: #101010; --color-bg-proxy-selected: #cfcfcf; --color-row-odd: #f5f5f5; + --bg-modal: #fbfbfb; +} + +/* TODO remove fabgrp in component css files */ +.fabgrp { + position: fixed; + right: 20px; + bottom: 20px; } |
