From 8b5ecb3f1839808d5e88f635d286fcfdfffd4f86 Mon Sep 17 00:00:00 2001 From: Haishan Date: Sun, 1 Dec 2019 22:41:59 +0800 Subject: feat: support close all connections for https://github.com/haishanh/yacd/issues/338 --- src/components/Root.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/components/Root.css') 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; } -- cgit v1.3.1