summaryrefslogtreecommitdiff
path: root/desktop-themes/TraditionalOkTest
diff options
context:
space:
mode:
Diffstat (limited to 'desktop-themes/TraditionalOkTest')
-rw-r--r--desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css33
1 files changed, 33 insertions, 0 deletions
diff --git a/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css
index 2472bb74..d73750d3 100644
--- a/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css
@@ -2363,3 +2363,36 @@ GtkPopover .separator {
icon-shadow: none;
border: 0;
}
+
+/************
+ * GtkStack *
+ ************/
+
+GtkStackSidebar.sidebar .separator.horizontal {
+ -GtkWidget-separator-height: 0px;
+}
+
+GtkStackSidebar.sidebar GtkViewport.frame {
+ border-color: @border_color;
+ border-style: solid;
+ border-width: 0 1px 0 0;
+ /* FIXME radius > 0 doesn't work */
+ border-radius: 0px 0px 0px 3px;
+ background-color: @theme_base_color;
+}
+
+GtkStackSidebar.sidebar GtkListBoxRow.button.list-row:active,
+GtkStackSidebar.sidebar GtkListBoxRow.button.list-row:selected {
+ border-style: none;
+ border-width: 0px;
+ box-shadow: inset 0px 1px shade (@theme_selected_bg_color, 0.8),
+ inset 1px 0px shade (@theme_selected_bg_color, 0.8),
+ inset -1px 0px shade (@theme_selected_bg_color, 0.8),
+ inset 0px -1px shade (@theme_selected_bg_color, 0.8);
+}
+
+/* address entry */
+GtkStack .linked.vertical .entry {
+ padding: 4px;
+}
+