[gnome-themes-standard] dark-theme: use a solid color for insensitive background
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard] dark-theme: use a solid color for insensitive background
- Date: Thu, 1 Dec 2011 02:30:26 +0000 (UTC)
commit a86140e0d84eeb80da41eb3f4da257071b3a3f24
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Tue Nov 22 02:01:02 2011 -0500
dark-theme: use a solid color for insensitive background
Or it won't play nice with the way we're sometimes shading the color.
This also fixes buttons having different background colors in the dark
theme depending on where they were placed (as seen in e.g. Totem's
plugins dialog).
themes/Adwaita/gtk-3.0/gtk-dark.css | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-dark.css b/themes/Adwaita/gtk-3.0/gtk-dark.css
index 7d072e9..27d8a19 100644
--- a/themes/Adwaita/gtk-3.0/gtk-dark.css
+++ b/themes/Adwaita/gtk-3.0/gtk-dark.css
@@ -33,7 +33,7 @@
@define-color button_raised_active_gradient_color_a @button_raised_gradient_color_b;
@define-color button_raised_active_gradient_color_b @button_raised_gradient_color_a;
- define-color insensitive_bg_color alpha(#0b0b0d, 0.0);
+ define-color insensitive_bg_color @theme_bg_color;
@define-color insensitive_fg_color #535555;
@define-color insensitive_border_color #535555;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]