aboutsummaryrefslogtreecommitdiff
path: root/main/data/theme.css
diff options
context:
space:
mode:
authormimi89999 <michel@lebihan.pl>2021-01-17 12:49:21 +0100
committerXavier Del Campo Romero <xavi.dcr@tutanota.com>2023-10-05 14:32:08 +0200
commit1b4cc3a6aafa23e6bc8308e7784b06cfe7fd5cb3 (patch)
tree104a9074df435beda1920b71f8ff3f62a2d0c8cc /main/data/theme.css
parent76ce40d9e3ebc385b470602a8b95f3eb31f3ea64 (diff)
downloaddino-1b4cc3a6aafa23e6bc8308e7784b06cfe7fd5cb3.tar.gz
Add separator between paned stacks in main window
A GtkSeparator was added between paned stacks in main window to align it with the separator in the headerbar. Since the sidebar already had a border, be need to remove it.
Diffstat (limited to 'main/data/theme.css')
-rw-r--r--main/data/theme.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/main/data/theme.css b/main/data/theme.css
index 059585b7..bbf16262 100644
--- a/main/data/theme.css
+++ b/main/data/theme.css
@@ -74,6 +74,11 @@ window.dino-main .dino-sidebar > frame {
border-bottom: 1px solid @borders;
}
+window.dino-main list.sidebar {
+ border-left: 0px;
+ border-right: 0px;
+}
+
.message-box {
transition: background .05s ease;
}