[gtk+] win32: Some theming of color selector



commit eedf57f8442499ba91b8b633f65bef951c14f8f6
Author: Alexander Larsson <alexl redhat com>
Date:   Fri Mar 16 10:49:21 2012 +0100

    win32: Some theming of color selector

 gtk/gtk-win32-base.css |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)
---
diff --git a/gtk/gtk-win32-base.css b/gtk/gtk-win32-base.css
index 939ab03..16000bb 100644
--- a/gtk/gtk-win32-base.css
+++ b/gtk/gtk-win32-base.css
@@ -797,4 +797,13 @@ GtkAssistant .sidebar {
     border-image: none;
     border-width: 0 1px 0 0;
     border-style: solid;
+}
+
+GtkColorSwatch {
+    border-style: solid;
+    border-width: 1px;
+}
+
+GtkColorSwatch:prelight {
+    border-color: shade (@bg_color, 0.2);
 }
\ No newline at end of file



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]