diff options
author | raveit65 <[email protected]> | 2014-05-24 18:05:07 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2014-05-24 18:05:07 +0200 |
commit | 942cf1546c59ad1ad319d9b1eb9c11122abf223d (patch) | |
tree | 808ff8719e8d19c10c92c6eee8aa3afc816bffe9 /desktop-themes/GreenLaguna/gtk-3.0 | |
parent | 929e710cf09ac0e6413a05fc8684f2d81c0bea6c (diff) | |
download | mate-themes-942cf1546c59ad1ad319d9b1eb9c11122abf223d.tar.bz2 mate-themes-942cf1546c59ad1ad319d9b1eb9c11122abf223d.tar.xz |
BlueMenta, Menta, GreenLaguna GTK3: set focus-line-width to zero
Diffstat (limited to 'desktop-themes/GreenLaguna/gtk-3.0')
-rw-r--r-- | desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css index f335360c..40481d08 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css @@ -41,7 +41,7 @@ -WnckTasklist-fade-overlay-rect: 0; -GtkWidget-focus-padding: 2; - -GtkWidget-focus-line-width: 1; + -GtkWidget-focus-line-width: 0; -GtkWindow-resize-grip-width: 12; -GtkWindow-resize-grip-height: 12; @@ -645,8 +645,8 @@ GtkLevelBar.vertical { -GtkButton-child-displacement-x: 0; -GtkButton-child-displacement-y: 0; - /*-GtkWidget-focus-line-width: 0; - -GtkWidget-focus-padding: 0;*/ + -GtkWidget-focus-line-width: 0; + -GtkWidget-focus-padding: 0; } .notebook .pane-separator { @@ -884,7 +884,7 @@ GtkTreeMenu .menuitem * { /* Due to a bug somewhere in gtk or cairo, a padding of zero (or even one) doesn't work always! */ padding: 2px; - -GtkWidget-focus-line-width: 1; + -GtkWidget-focus-line-width: 0; border-radius: 3px; border-width: 1px; |