diff options
author | raveit65 <[email protected]> | 2014-11-13 21:15:35 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2014-11-13 21:15:35 +0100 |
commit | b1a8f6d5c452f2ffc8f7d6151fda65c3114315c8 (patch) | |
tree | bdcfe4f7a268bfa2894daa058675632fdec890d7 | |
parent | 05da120ef0279383207ab1a885f1230d09d65855 (diff) | |
download | mate-themes-b1a8f6d5c452f2ffc8f7d6151fda65c3114315c8.tar.bz2 mate-themes-b1a8f6d5c452f2ffc8f7d6151fda65c3114315c8.tar.xz |
GreenLaguna GTK2: disable the ugly button look in notebook-tabs if focused
-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 4a07f718..ae3ed261 100644 --- a/desktop-themes/GreenLaguna/gtk-2.0/gtkrc +++ b/desktop-themes/GreenLaguna/gtk-2.0/gtkrc @@ -462,6 +462,8 @@ style "murrine-notebook" roundness=5 #contrast = 1.1 #lightborder_shade = 1.5 + # disable the ugly button look in tabs if focused + focusstyle = 0 } } |