[gnome-themes-standard] Widget theme: make active column-header the same color of text once again.
- From: Lapo Calamandrei <lapo src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard] Widget theme: make active column-header the same color of text once again.
- Date: Wed, 7 Dec 2011 14:06:11 +0000 (UTC)
commit 2381e5930c806d5bd160921f06ef907243ffaa6a
Author: Lapo Calamandrei <calamandrei gmail com>
Date: Wed Dec 7 15:05:45 2011 +0100
Widget theme: make active column-header the same color of text once again.
themes/Adwaita/gtk-3.0/gtk-widgets.css | 12 +++++++-----
1 files changed, 7 insertions(+), 5 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index e019180..80c04fa 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -423,7 +423,6 @@ GtkComboBox.combobox-entry .button {
.button *:active:hover:focus,
.button *:active:focus {
text-shadow: @button_active_text_shadow 0 1;
- font-weight: medium;
color: darker(@theme_selected_bg_color); /* Not sure about this one */
}
@@ -1451,7 +1450,7 @@ column-header .button:focus:hover {
column-header.button:insensitive,
column-header:insensitive. .button,
column-header .button:insensitive {
- color: @internal_element_color_insensitive;
+ color: @internal_element_insensitive;
}
column-header.button:hover,
@@ -1463,13 +1462,16 @@ column-header .button:active:focus:hover,
column-header.button:active:focus,
column-header .button:active:focus,
column-header.button:active:hover,
-column-header .button:active:hover {
- color: @internal_element_color_prelight;
+column-header .button:active:hover,
+column-header.button *:active,
+column-header .button *:active,
+column-header.button *:active:hover,
+column-header .button *:active:hover {
+ color: @internal_element_prelight;
text-shadow: none;
icon-shadow: none;
}
-
row:hover {
border-width: 0;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]