summaryrefslogtreecommitdiff
path: root/src/components/Root.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Root.css')
-rw-r--r--src/components/Root.css9
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;
}