[gtk+/gtk-style-context] GtkCssProvider: Do not have border-color the	same than active bg-color.
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [gtk+/gtk-style-context] GtkCssProvider: Do not have border-color the	same than active bg-color.
- Date: Mon, 22 Nov 2010 02:42:27 +0000 (UTC)
commit 40f521d11f0a681a153a30dbe64a755f758a338e
Author: Carlos Garnacho <carlosg gnome org>
Date:   Mon Nov 22 02:39:11 2010 +0100
    GtkCssProvider: Do not have border-color the same than active bg-color.
 gtk/gtkcssprovider.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkcssprovider.c b/gtk/gtkcssprovider.c
index 4e260b5..bd97b45 100644
--- a/gtk/gtkcssprovider.c
+++ b/gtk/gtkcssprovider.c
@@ -3278,7 +3278,7 @@ gtk_css_provider_get_default (void)
         "GtkTreeView > GtkButton {\n"
         "  background-color: @bg_color;\n"
         "  color: @fg_color;\n"
-        "  border-color: shade (@bg_color, 0.7);\n"
+        "  border-color: shade (@bg_color, 0.6);\n"
         "  padding: 2 2; \n"
         "}\n"
         "\n"
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]