summaryrefslogtreecommitdiff
path: root/desktop-themes/ContrastHighInverse
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-09-05 17:31:53 +0200
committerraveit65 <[email protected]>2015-09-05 17:32:45 +0200
commit299fffcd0cab676de538bc0f53891b747a13c3c8 (patch)
tree7e8acbc2d52a2d0ae925633e9607f678ba1e0d61 /desktop-themes/ContrastHighInverse
parent20d1f7f57237747e3cb6f20717f86b589ddc605f (diff)
downloadmate-themes-299fffcd0cab676de538bc0f53891b747a13c3c8.tar.bz2
mate-themes-299fffcd0cab676de538bc0f53891b747a13c3c8.tar.xz
Gtk3 BS CH CHI GS GL: adjust GtkTreeView-expander-size for list views
Diffstat (limited to 'desktop-themes/ContrastHighInverse')
-rw-r--r--desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css11
1 files changed, 1 insertions, 10 deletions
diff --git a/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css b/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css
index 33b86941..fd35302b 100644
--- a/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css
@@ -2,31 +2,22 @@
-GtkRange-stepper-size: 2;
-GtkScale-slider-length: 28;
-GtkRange-slider-width: 28;
-
- -GtkTreeView-expander-size: 16;
-
+ -GtkTreeView-expander-size: 12; /* arrow size in list/tree views */
-GtkWidget-cursor-color: @theme_cursor_color;
-GtkWidget-cursor-aspect-ratio: 0.08;
-
-GtkWidget-focus-padding: 1;
/* disable focusline on active notebook tabs if focused*/
-GtkWidget-focus-line-width: 0;
-GtkWidget-focus-line-pattern: "\002\002";
-
-GtkMenu-horizontal-padding: 0;
-GtkMenu-vertical-padding: 0;
-
-GtkScrolledWindow-scrollbar-spacing: 0;
-GtkScrolledWindow-scrollbars-within-bevel: 1;
-
-GtkComboBox-arrow-scaling: 0.9;
-GtkButton-default-border: 0;
-
-GtkWindow-resize-grip-width: 15;
-GtkWindow-resize-grip-height: 15;
-
-GtkStatusbar-shadow-type: none;
-
background-clip: padding-box;
outline-width: 0px; /* disable ugly focus-line */
-gtk-icon-style: regular; /* disable symbolic icons */