summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-02-14 21:36:09 +0100
committerraveit65 <[email protected]>2015-02-14 21:36:09 +0100
commit09d80ae49a875bce197aff80d2ccc7dcef5fbe07 (patch)
tree7ebc7027e66a5c64116bef8903b108e2d8bf71f9 /desktop-themes
parent7ba9fecc62a9e7fdcafee706e36aa3ecae1f8466 (diff)
downloadmate-themes-09d80ae49a875bce197aff80d2ccc7dcef5fbe07.tar.bz2
mate-themes-09d80ae49a875bce197aff80d2ccc7dcef5fbe07.tar.xz
GreenLaguna, BlackMate GTK3: fix padding issue in file-chooser dialog sidebar
Diffstat (limited to 'desktop-themes')
-rw-r--r--desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css17
-rw-r--r--desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css16
2 files changed, 4 insertions, 29 deletions
diff --git a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css
index 59369f38..d8d099b7 100644
--- a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css
@@ -1,9 +1,7 @@
* {
engine: none;
padding: 1px;
-
background-clip: padding-box;
-
/* Style properties */
-GtkButton-child-displacement-x: 1;
-GtkButton-child-displacement-y: 1;
@@ -11,44 +9,32 @@
-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;
@@ -59,6 +45,7 @@
outline-color: @focus_border;
outline-style: dashed;
outline-offset: 2px;
+ outline-width: 0px; /* disable ugly focus-line */
}
/***************
@@ -890,7 +877,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 b7534ae7..62c7533b 100644
--- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css
@@ -1,9 +1,7 @@
* {
engine: none;
padding: 1px;
-
background-clip: padding-box;
-
/* Style properties */
-GtkButton-child-displacement-x: 1;
-GtkButton-child-displacement-y: 1;
@@ -11,39 +9,28 @@
-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;
@@ -54,6 +41,7 @@
outline-color: @focus_border;
outline-style: dashed;
outline-offset: 2px;
+ outline-width: 0px; /* disable ugly focus-line */
}
/***************
@@ -689,7 +677,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;
}