From ff14919518912f055881d9c53fa2ac7d262594c4 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sat, 14 Feb 2015 21:26:45 +0100 Subject: GreenLaguna, BlackMate GTK3: fix padding issue in file-chooser dialog sidebar --- desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css | 20 +++----------------- desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css | 19 +++---------------- 2 files changed, 6 insertions(+), 33 deletions(-) (limited to 'desktop-themes') diff --git a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css index 8880b570..faa25d92 100644 --- a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/BlackMATE/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,51 +8,39 @@ -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; /* this is more stylish with this theme */ -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; - /* this makes emacs behave weirdly */ /*border-radius: 3px;*/ - -GtkWidget-focus-padding: 2; /* disable focusline on active notebook tabs if focused*/ -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: 2px; /* disable ugly focus-line */ + -gtk-icon-style: regular; /* no symbolic icons */ } /*************** @@ -936,7 +922,7 @@ GtkNotebook { ***************/ GtkTreeView { background-color: @less_dark_color; - + -GtkWidget-wide-separators: false; /* avoid padding issue in file-chooser open */ -GtkTreeView-vertical-separator: 0; -GtkWidget-focus-padding: 1; } 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; } -- cgit v1.2.1