[gnome-themes-standard] labels: don't render background for GtkLabels
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard] labels: don't render background for GtkLabels
- Date: Mon, 30 Apr 2012 17:46:34 +0000 (UTC)
commit 4d14019236d1131b9bc71a376306170f4bb15375
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Mon Apr 30 12:57:04 2012 -0400
labels: don't render background for GtkLabels
This is needed now that GtkLabel renders one
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 7e665e0..0e3802c 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -100,6 +100,13 @@ GtkWindow:backdrop {
color: @unfocused_insensitive_fg_color;
}
+GtkImage,
+GtkImage:insensitive,
+GtkLabel,
+GtkLabel:insensitive {
+ background-color: transparent;
+}
+
/************
* Tooltips *
************/
@@ -245,11 +252,6 @@ GtkTreeView.separator:backdrop,
background-color: @theme_unfocused_base_color;
}
-GtkImage,
-GtkImage:insensitive {
- background-color: transparent;
-}
-
/****************
* Text Entries *
****************/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]