[gnome-themes-standard/wip/colorchooser] Adapt to :selected changes from the wip/colorchooser-v2 GTK branch
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard/wip/colorchooser] Adapt to :selected changes from the wip/colorchooser-v2 GTK branch
- Date: Thu, 9 Feb 2012 16:48:37 +0000 (UTC)
commit c2e81b3c1651c81ae9b9ea5a0e1ae9786d66c4ac
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Thu Feb 9 11:47:29 2012 -0500
Adapt to :selected changes from the wip/colorchooser-v2 GTK branch
themes/Adwaita/gtk-3.0/gtk-widgets.css | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index a918ccc..4afff87 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -319,11 +319,14 @@ GtkImage:insensitive {
/*****************
* Color Chooser *
*****************/
-GtkColorSwatch {
+GtkColorSwatch,
+GtkColorSwatch:selected {
border-width: 1px;
border-style: solid;
border-radius: 1px;
border-color: @borders;
+
+ background-color: transparent;
}
GtkColorSwatch.left,
@@ -352,7 +355,8 @@ GtkColorSwatch.bottom {
border-bottom-right-radius: 10px;
}
-.color-active-badge {
+.color-active-badge,
+.color-active-badge:selected {
background-color: @theme_bg_color;
color: @theme_text_color;
border-width: 2px;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]