[gnome-themes-standard] Implement entries and spinbuttons as per the mockups



commit 20c8e27dd8d7dc6e6f22aad0d54b8891bb7c6633
Author: Carlos Garnacho <carlosg gnome org>
Date:   Mon Jan 17 04:33:13 2011 +0100

    Implement entries and spinbuttons as per the mockups

 themes/Adwaita/gtk-3.0/gtk.css |   33 ++++++++++++++++++---------------
 1 files changed, 18 insertions(+), 15 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk.css b/themes/Adwaita/gtk-3.0/gtk.css
index cb50e6e..5275326 100644
--- a/themes/Adwaita/gtk-3.0/gtk.css
+++ b/themes/Adwaita/gtk-3.0/gtk.css
@@ -122,24 +122,27 @@
 
 /* Text Entries */
 .entry {
-    padding: 2;
-    background-color: @base_color;
-    color: @text_color;
+    background-color: #fff;
+    border-color: #579eea;
+    border-radius: 3;
+    border-width: 1;
+    border-style: solid;
 }
 
-  .entry:selected {
-      background-color: @selected_bg_color;
-      color: @selected_fg_color;
-  }
-
-  .entry:prelight {
-      background-color: shade (@bg_color, 0.95);
-  }
+.entry:insensitive {
+    background-color: #f4f4f2;
+    border-color: #bcbfb7;
+}
 
-  .entry:insensitive {
-      background-color: shade (@bg_color, 1.07);
-      color: shade (@bg_color, 0.75);
-  }
+GtkSpinButton.button,
+GtkSpinButton.button:insensitive,
+GtkSpinButton.button:prelight,
+GtkSpinButton.button:active {
+    background-image: none;
+    background-color: #fff;
+    border-width: 0;
+    border-style: none;
+}
 
 GtkFrame,
 GtkCalendar,



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