[gnome-themes-standard] 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] Adapt to :selected changes from the wip/colorchooser-v2 GTK branch
- Date: Tue, 14 Feb 2012 22:17:56 +0000 (UTC)
commit 359d08024a22ffda4de38527d80e1463cd77fe10
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 042770f..76ae982 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]