diff options
author | raveit65 <[email protected]> | 2016-04-10 13:31:47 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-04-10 13:31:47 +0200 |
commit | c366ef65250f399d7ce58d02f42514c660e98962 (patch) | |
tree | b3adfd1e3b95edead3b09ca1e6ee15a26ebe8e98 /desktop-themes/BlueMenta | |
parent | e3a998949f284e17572832bdf10f2ea1620083bf (diff) | |
download | mate-themes-c366ef65250f399d7ce58d02f42514c660e98962.tar.bz2 mate-themes-c366ef65250f399d7ce58d02f42514c660e98962.tar.xz |
GTK+-3.20 Menta themes: fix fg color of flat buttons in rhythmbox
Diffstat (limited to 'desktop-themes/BlueMenta')
-rw-r--r-- | desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css index b1b79e31..ee446257 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css @@ -2159,7 +2159,6 @@ notebook tab.reorderable-page:hover { /* close button styling */ notebook button.flat, notebook button.flat.small-button { - color: mix (@theme_fg_color, @theme_bg_color, 0.85); border-image: none; background-image: none; background-color: transparent; |