[gnome-themes-standard] Revert "entry: fix progressbars on entries"



commit 24443f26438bee9b442cd31c6f06c69536ddf3fd
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Sat Jun 11 14:45:02 2011 -0400

    Revert "entry: fix progressbars on entries"
    
    This reverts commit 7f069f38b2fab1ed5f0dcdc0b8e9cf1382db7856.
    Needs fixes in GtkEntry to work properly.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |   18 +++++++-----------
 1 files changed, 7 insertions(+), 11 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index 2853b08..0c12705 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -36,6 +36,9 @@
 
     -WnckTasklist-fade-overlay-rect: 0;
 
+    -GtkEntry-inner-border: 2;
+    -GtkEntry-progress-border: 0;
+
     -GtkWidget-focus-padding: 2;
     -GtkWidget-focus-line-width: 1;
     -adwaita-focus-border-color: alpha(@theme_text_color, 0.4);
@@ -122,17 +125,12 @@ GtkStatusbar {
 .entry {
     background-color: @theme_base_color;
 
+    padding: 3;
+
     border-style: none;
     border-width: 1;
     border-radius: 2;
 
-    /* we use inner-border instead of padding because padding
-     * also applies to the progressbar.
-     */
-    padding: 0;
-    -GtkEntry-inner-border: 5;
-    -GtkEntry-progress-border: 0;
-
     /* border-image defined in the -assets variants */
 }
 
@@ -885,11 +883,9 @@ GtkTreeMenu .menuitem * {
                                      from (@trough_bg_color_a),
                                      to (@trough_bg_color_b));
 
-    border-width: 1;
+    border-width: 0;
     border-radius: 2;
-    border-style: solid;
-    border-color: shade(@internal_element_color, 1.10);
-    border-image: none;
+    border-color: shade (@inactive_frame_color, 0.925);
 
     color: @theme_text_color;
 



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