[gnome-themes-standard] Widgets: entry color fixes.
- From: Lapo Calamandrei <lapo src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard] Widgets: entry color fixes.
- Date: Wed, 8 Feb 2012 13:47:44 +0000 (UTC)
commit e4c83339fec2496a812bc1024e3aa25a03043776
Author: Lapo Calamandrei <calamandrei gmail com>
Date: Wed Feb 8 14:47:18 2012 +0100
Widgets: entry color fixes.
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 0522987..2824221 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -194,7 +194,6 @@ GtkImage:insensitive {
* Text Entries *
****************/
.entry {
- background-color: @theme_base_color;
border-style: solid;
padding: 4px;
@@ -222,6 +221,10 @@ GtkImage:insensitive {
color: @theme_selected_fg_color;
}
+.entry:insensitive {
+ color: @insensitive_fg_color;
+}
+
.entry:backdrop {
color: @theme_unfocused_text_color;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]