[gnome-themes-standard] color-chooser: improve theming for the "Add" button
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard] color-chooser: improve theming for the "Add" button
- Date: Mon, 20 Feb 2012 12:54:14 +0000 (UTC)
commit 1d4fe1ace9d39883e783647825ec1813f2efe699
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Mon Feb 20 13:49:45 2012 +0100
color-chooser: improve theming for the "Add" button
themes/Adwaita/gtk-3.0/gtk-widgets.css | 10 ++++------
1 files changed, 4 insertions(+), 6 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index 6163982..5f598e9 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -357,12 +357,10 @@ GtkColorSwatch.bottom {
border-bottom-right-radius: 6px;
}
-GtkColorChooserWidget > GtkBox > GtkBox > GtkColorSwatch:first-child {
- background-clip: padding-box;
- border-color: mix(@borders, @theme_bg_color, 0.5);
- /* background-color: mix(@borders, @theme_bg_color, 0.5); background doesn't work right yet
- color: @theme_bg_color; */
- color: mix(@borders, @theme_bg_color, 0.5);
+GtkColorChooserWidget #add-color-button {
+ border-color: @borders;
+ background-color: mix(@borders, @theme_bg_color, 0.5);
+ color: #444444;
box-shadow: none;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]