summaryrefslogtreecommitdiff
path: root/desktop-themes/TraditionalOk
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-04-13 17:05:04 +0200
committerraveit65 <[email protected]>2016-04-13 17:05:33 +0200
commitc409785431c417596590035fbaaa03d2711d0164 (patch)
treeed7d1b790f9ff84ccdcf14d5ba843947974e6567 /desktop-themes/TraditionalOk
parent3e342f7fa54f220959f9d0fc4a3cad383d47be23 (diff)
downloadmate-themes-c409785431c417596590035fbaaa03d2711d0164.tar.bz2
mate-themes-c409785431c417596590035fbaaa03d2711d0164.tar.xz
GTK+-3.20 TOK themes: some improvements for filechooser dialog window
- set a border color for sidebar and scrolledwindow - use theme bg color for pathbarbox
Diffstat (limited to 'desktop-themes/TraditionalOk')
-rw-r--r--desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
index a954df37..69f0a572 100644
--- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
@@ -793,6 +793,8 @@ frame.flat {
border-style:none;
}
+filechooser .sidebar,
+filechooser scrolledwindow,
scrolledwindow.frame {
border-style: solid;
border-color: @border_color;
@@ -801,6 +803,8 @@ scrolledwindow.frame {
padding: 0;
}
+#pathbarbox,
+filechooser scrolledwindow,
scrolledwindow viewport {
background-color: @theme_bg_color;
}