[gnome-themes-standard] Update for GTK+ master changes
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard] Update for GTK+ master changes
- Date: Mon, 28 Nov 2011 03:55:18 +0000 (UTC)
commit 25d713490ee32f1adf9917e988e6a961dc655004
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Sun Nov 27 22:53:41 2011 -0500
Update for GTK+ master changes
GTK+ master now renders background-color below background-image, so we
need to set a transparent background color when we don't want it rendered.
themes/Adwaita/gtk-3.0/gtk-widgets.css | 11 +++++++++++
1 files changed, 11 insertions(+), 0 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index b04727f..d5a72a1 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -850,6 +850,11 @@ GtkTreeMenu .menuitem * {
background-color: alpha(@theme_base_color, 0.0);
}
+.menuitem.check:active,
+.menuitem.radio:active {
+ background-color: transparent;
+}
+
.menuitem.check:active {
background-image: url("assets/checkbox-menuitem-checked.svg");
}
@@ -919,6 +924,11 @@ GtkTreeMenu .menuitem * {
/* background-image defined in -assets variant */
}
+.radio:active,
+.check:active {
+ background-color: transparent;
+}
+
/************
* Toolbars *
************/
@@ -1022,6 +1032,7 @@ GtkTreeMenu .menuitem * {
.primary-toolbar .toolbar .button:hover,
.primary-toolbar.toolbar .button:hover {
+ background-color: transparent;
background-image: -gtk-gradient (linear,
left top, left bottom,
from (alpha (@theme_base_color, 0.0)),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]