diff options
author | raveit65 <[email protected]> | 2014-05-16 22:31:54 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2014-05-16 22:33:01 +0200 |
commit | e61256027ae45f766e8e981007e77f91dbaedcc4 (patch) | |
tree | cfab1c3738d1428e5e01b8dcea35bdc57ff64cbb /desktop-themes/GreenLaguna | |
parent | 5421f966edb404a4bf83bdd4dfc5bcb333a16406 (diff) | |
download | mate-themes-e61256027ae45f766e8e981007e77f91dbaedcc4.tar.bz2 mate-themes-e61256027ae45f766e8e981007e77f91dbaedcc4.tar.xz |
All good themes GTK2: disable the ugly button look in notebook-tabs if focused
Diffstat (limited to 'desktop-themes/GreenLaguna')
-rw-r--r-- | desktop-themes/GreenLaguna/gtk-2.0/gtkrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/desktop-themes/GreenLaguna/gtk-2.0/gtkrc b/desktop-themes/GreenLaguna/gtk-2.0/gtkrc index 9171bc39..fc472689 100644 --- a/desktop-themes/GreenLaguna/gtk-2.0/gtkrc +++ b/desktop-themes/GreenLaguna/gtk-2.0/gtkrc @@ -446,6 +446,8 @@ style "murrine-notebook" roundness=5 #contrast = 1.1 #lightborder_shade = 1.5 + # disable the ugly button look in tabs if focused + focusstyle = 0 } } |