summaryrefslogtreecommitdiffstats
path: root/doc/default_theme.rasi
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-07-06 20:55:33 +0200
committerDave Davenport <qball@gmpclient.org>2017-07-06 20:55:33 +0200
commit37a12d4248b3e63f9b47bff51efb0cbdd610f67e (patch)
treebc9cdf8cba23400c2743a4d265f5a699ef993c05 /doc/default_theme.rasi
parentecc9bcc2706d2a26309cb48c2d2c7ee6c62e808a (diff)
Fix test themes to match new conversion
Diffstat (limited to 'doc/default_theme.rasi')
-rw-r--r--doc/default_theme.rasi17
1 files changed, 12 insertions, 5 deletions
diff --git a/doc/default_theme.rasi b/doc/default_theme.rasi
index 23c33889..25eb35fa 100644
--- a/doc/default_theme.rasi
+++ b/doc/default_theme.rasi
@@ -51,11 +51,12 @@
}
#window.mainbox.listview {
fixed-height: 0;
- border: 1px dash 0px 0px ;
+ border: 2px dash 0px 0px ;
padding: 2px 0px 0px ;
}
#window.mainbox.listview.element {
- border: 0;
+ border: 0;
+ padding: 1px ;
}
#window.mainbox.listview.element.normal.normal {
foreground: @normal-foreground;
@@ -94,11 +95,17 @@
background: @alternate-active-background;
}
#window.mainbox.listview.scrollbar {
- border: 0;
- padding: 0;
+ width: 4px ;
+ border: 0;
+ handle-width: 8px ;
+ padding: 0;
+}
+#window.mainbox.listview.box {
+ scrollbar: true;
+ spacing: 2px ;
}
#window.mainbox.sidebar.box {
- border: 1px dash 0px 0px ;
+ border: 2px dash 0px 0px ;
}
#window.mainbox.sidebar.button.selected {
foreground: @selected-normal-foreground;