summaryrefslogtreecommitdiff
path: root/desktop-themes/ContrastHigh
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-08-14 11:34:46 +0200
committerraveit65 <[email protected]>2015-08-14 11:34:46 +0200
commite17c10bddc63eb8ef17081b6cf12bb5d56f12bd4 (patch)
tree455d072f8efe2605d2cf3a82cdf34a1780eef326 /desktop-themes/ContrastHigh
parentffc25a8af5084fa5b25e722ecf9741d8ef7cef73 (diff)
downloadmate-themes-e17c10bddc63eb8ef17081b6cf12bb5d56f12bd4.tar.bz2
mate-themes-e17c10bddc63eb8ef17081b6cf12bb5d56f12bd4.tar.xz
Gtk-3.18 ContrastHigh: adjust GtkFileChooser
Diffstat (limited to 'desktop-themes/ContrastHigh')
-rw-r--r--desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css41
1 files changed, 41 insertions, 0 deletions
diff --git a/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css b/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css
index 80729a4c..b179b8af 100644
--- a/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css
@@ -1684,6 +1684,47 @@ GtkPopover .separator {
box-shadow: 0 1px 5px @wm_shadow;
}
+/************
+ * Sidebars *
+ ************/
+
+/* dialog open */
+.sidebar.list {
+ background-color: @theme_base_color;
+}
+
+.sidebar-revealer .sidebar-button.image-button.button {
+ background-color: transparent;
+ background-image: none;
+ border-image:none;
+ box-shadow: none;
+}
+
+.sidebar.list .button .sidebar-label {
+ padding: 0px 8px;
+}
+
+.sidebar.list .button {
+ background-image: none;
+ border-style: none;
+ border-image:none;
+ border-radius: 0px;
+ padding: 3px 8px 3px 6px;
+}
+
+.sidebar.list .button:hover {
+ background-color: @theme_selected_bg_color;
+ color: @theme_selected_fg_color;
+ border-radius: 4px;
+}
+
+.sidebar.list .button:selected {
+ background-color: @theme_selected_bg_color;
+ color: @theme_selected_fg_color;
+ box-shadow: inset 0 2px 3px -1px transparentize(black,0.5);
+ border-radius: 4px;
+}
+
/****************
* App-specific *
****************/