[gnome-themes-standard: 16/26] Cleanup the CSS file a bit



commit 3514d1574b3d324f0eee75dda1a9bb02273a97b5
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Thu Mar 3 11:12:26 2011 -0500

    Cleanup the CSS file a bit

 themes/Adwaita/gtk-3.0/gtk.css |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk.css b/themes/Adwaita/gtk-3.0/gtk.css
index 052bfe1..aedd6ee 100644
--- a/themes/Adwaita/gtk-3.0/gtk.css
+++ b/themes/Adwaita/gtk-3.0/gtk.css
@@ -146,6 +146,9 @@
     -adwaita-focus-border-gradient-b: none;
 }
 
+/***************
+ * Base States *
+ ***************/
 *:hover {
     background-color: shade (@theme_bg_color, 1.02);
     color: @theme_fg_color;
@@ -171,21 +174,18 @@
 }
 
 .background {
-    /* I like this huge gradient, but probably it would be better
-    to have a fixed height gradient, not sure.*/
-    /*background-image: -gtk-gradient (linear,
-				     left top, left bottom,
-				     from (shade (@theme_bg_color, 0.94)),
-				     to (@theme_bg_color)); */
     border-style: none;
     border-width: 0;
     border-radius: 0;
 }
 
-/* Text Entries */
+/****************
+ * Text Entries *
+ ****************/
 .entry, .toolbar .entry {
     background-color: @theme_base_color;
     background-image: none;
+
     border-color: @focused_entry_border;
     border-radius: 3;
     border-width: 1;



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