diff options
author | raveit65 <[email protected]> | 2015-02-14 21:26:45 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-02-14 21:26:45 +0100 |
commit | ff14919518912f055881d9c53fa2ac7d262594c4 (patch) | |
tree | cd46741df9e35f21741b0be9e4eae4fa42bf8efa /desktop-themes/GreenLaguna | |
parent | 8a825d46227f7576c59401e5c111fdf8386257cd (diff) | |
download | mate-themes-ff14919518912f055881d9c53fa2ac7d262594c4.tar.bz2 mate-themes-ff14919518912f055881d9c53fa2ac7d262594c4.tar.xz |
GreenLaguna, BlackMate GTK3: fix padding issue in file-chooser dialog sidebar
Diffstat (limited to 'desktop-themes/GreenLaguna')
-rw-r--r-- | desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css | 19 |
1 files changed, 3 insertions, 16 deletions
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css index 136c1e99..f5e82286 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css @@ -1,8 +1,6 @@ * { padding: 1px; - background-clip: padding-box; - /* Style properties */ -GtkButton-child-displacement-x: 1; -GtkButton-child-displacement-y: 1; @@ -10,46 +8,35 @@ -GtkButton-image-spacing: 4; -GtkButton-interior-focus: true; -GtkToolButton-icon-spacing: 4; - -GtkTextView-error-underline-color: @error_color; - -GtkPaned-handle-size: 5; - -GtkCheckButton-indicator-size: 16; -GtkCheckButton-indicator-spacing: 0; -GtkCheckMenuItem-indicator-size: 12; - -GtkScrolledWindow-scrollbar-spacing: 0; -GtkScrolledWindow-scrollbars-within-bevel: 0; - -GtkToolItemGroup-expander-size: 12; -GtkExpander-expander-size: 12; -GtkTreeView-expander-size: 13; -GtkTreeView-horizontal-separator: 4; -GtkMenuBar-shadow-type: none; - -GtkMenu-horizontal-padding: 0; -GtkMenu-vertical-padding: 0; - -GtkWidget-link-color: @link_color; -GtkWidget-visited-link-color: @link_color; -GtkIMHtml-hyperlink-color: @link_color; -GtkHTML-link-color: @link_color; - -GtkWidget-wide-separators: true; - -WnckTasklist-fade-overlay-rect: 0; - -GtkWidget-focus-padding: 2; -GtkWidget-focus-line-width: 0; - -GtkWindow-resize-grip-width: 14; -GtkWindow-resize-grip-height: 12; - outline-color: @focus_border; outline-style: dashed; outline-offset: 2px; - -gtk-icon-style: regular; /* disable symbolic icons */ + outline-width: 0px; /* disable ugly focus-line */ + -gtk-icon-style: regular; /* no symbolic icons */ } /*************** @@ -758,7 +745,7 @@ GtkLevelBar.vertical { ***************/ GtkTreeView { background-color: @theme_main_color; - + -GtkWidget-wide-separators: false; /* avoid padding issue in file-chooser open */ -GtkTreeView-vertical-separator: 0; -GtkWidget-focus-padding: 1; } |