diff options
author | fiaxh <git@lightrise.org> | 2019-07-18 02:03:42 +0200 |
---|---|---|
committer | fiaxh <git@lightrise.org> | 2019-07-18 02:03:42 +0200 |
commit | f0abb8aaf9d06106235ca5e0e6b3ca2e425c4422 (patch) | |
tree | 03fce63f8c37b50b5202690a6801234724ed0021 /main/data/theme.css | |
parent | 30353e92d63c033857ad0396c921b3bf5cab44c3 (diff) | |
download | dino-f0abb8aaf9d06106235ca5e0e6b3ca2e425c4422.tar.gz dino-f0abb8aaf9d06106235ca5e0e6b3ca2e425c4422.zip |
Refactor file receive/send interfaces and UI
Diffstat (limited to 'main/data/theme.css')
-rw-r--r-- | main/data/theme.css | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/main/data/theme.css b/main/data/theme.css index 8a1b50ad..d1e41d5b 100644 --- a/main/data/theme.css +++ b/main/data/theme.css @@ -47,6 +47,20 @@ window.dino-main .dino-sidebar > frame { border-bottom: 1px solid @borders; } +.message-box { + transition: background .05s ease; +} + +.file-box-outer { + background: @theme_base_color; + border-radius: 3px; + border: 1px solid alpha(@theme_fg_color, 0.1); +} + +.file-box { + margin: 12px; +} + window.dino-main .dino-sidebar > frame.collapsed { border-bottom: 1px solid @borders; } |