[gnome-themes-standard] entry: more fixes for entry backgrounds
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard] entry: more fixes for entry backgrounds
- Date: Wed, 8 Feb 2012 14:46:58 +0000 (UTC)
commit 7ed346443ca7f9db5e16a58bc45d771b199aae1f
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Wed Feb 8 09:45:32 2012 -0500
entry: more fixes for entry backgrounds
Since we had to add a background-color in .entry { } for compatibility
with GtkStyle, we also have to specify background colors for additional
states here.
themes/Adwaita/gtk-3.0/gtk-widgets.css | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index 2824221..28e6c9f 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -200,6 +200,7 @@ GtkImage:insensitive {
/* border-image defined in the -assets variants */
color: @entry_text_color;
+ background-color: @theme_base_color;
}
.entry:focus {
@@ -219,10 +220,11 @@ GtkImage:insensitive {
.entry:selected {
color: @theme_selected_fg_color;
+ background-color: @theme_selected_bg_color;
}
.entry:insensitive {
- color: @insensitive_fg_color;
+ color: @insensitive_fg_color;
}
.entry:backdrop {
@@ -235,6 +237,7 @@ GtkImage:insensitive {
.entry:selected:backdrop {
color: @theme_unfocused_selected_fg_color;
+ background-color: @theme_unfocused_selected_bg_color
}
/*******************
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]