From c366ef65250f399d7ce58d02f42514c660e98962 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sun, 10 Apr 2016 13:31:47 +0200 Subject: GTK+-3.20 Menta themes: fix fg color of flat buttons in rhythmbox --- desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css | 1 - desktop-themes/Menta/gtk-3.0/gtk-widgets.css | 1 - 2 files changed, 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 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; diff --git a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css index 729f2bc7..2acad086 100644 --- a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Menta/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; -- cgit v1.2.1