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/BlueMenta | |
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/BlueMenta')
-rw-r--r-- | desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css index 7c6ed0ef..a2b00f11 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/BlueMenta/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: 13; -GtkWindow-resize-grip-height: 13; @@ -3183,7 +3183,7 @@ GtkSwitch.slider { GtkTreeView { -GtkTreeView-vertical-separator: 0; - -GtkWidget-focus-line-width: 1; + -GtkWidget-focus-line-width: 0; -GtkWidget-focus-padding: 1; outline-color: alpha(@theme_text_color, 0.6); |