summaryrefslogtreecommitdiff
path: root/desktop-themes/BlackMATE
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-02-14 21:26:45 +0100
committerraveit65 <[email protected]>2015-02-14 21:26:45 +0100
commitff14919518912f055881d9c53fa2ac7d262594c4 (patch)
treecd46741df9e35f21741b0be9e4eae4fa42bf8efa /desktop-themes/BlackMATE
parent8a825d46227f7576c59401e5c111fdf8386257cd (diff)
downloadmate-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/BlackMATE')
-rw-r--r--desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css20
1 files changed, 3 insertions, 17 deletions
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;
}