[gnome-themes-standard] treeview: ensure the background is transparent for insensitive checks
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard] treeview: ensure the background is transparent for insensitive checks
- Date: Thu, 31 May 2012 20:48:10 +0000 (UTC)
commit 9a0740a834a0c54ad5ce20ac381c10b1598daea3
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Thu May 31 16:46:34 2012 -0400
treeview: ensure the background is transparent for insensitive checks
Or the insensitive background will be drawn outside of the check asset
boundaries.
themes/Adwaita/gtk-3.0/gtk-widgets-assets.css | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets-assets.css b/themes/Adwaita/gtk-3.0/gtk-widgets-assets.css
index b710855..65719ab 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets-assets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets-assets.css
@@ -25,6 +25,10 @@
background-image: url("assets/checkbox-unchecked-insensitive.png");
}
+.check row:insensitive {
+ background-color: transparent;
+}
+
.check row:selected:insensitive,
.check row:selected:focus:insensitive {
background-color: transparent;
@@ -112,6 +116,10 @@
background-image: url("assets/radio-unchecked-insensitive.png");
}
+.radio row:insensitive {
+ background-color: transparent;
+}
+
.radio row:selected:insensitive,
.radio row:selected:focus:insensitive {
background-image: url("assets/radio-unchecked-insensitive-alt.png");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]