[gnome-themes-standard/gnome-3-0] The padding fix by Sean went a litle too far for regular app toolbars. Avoid using hardcoded colors.



commit 272f7f9cb085daf13d8730b537a28ee845086803
Author: Jakub Steiner <jimmac gmail com>
Date:   Tue Apr 19 16:57:02 2011 +0200

    The padding fix by Sean went a litle too far for regular app toolbars. Avoid using hardcoded colors.
    
    - used @bg_color #ededed instead of #eaeaea
    - we should special case nautilus pathbar to make it more compact

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index f3d4789..5b70406 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -709,7 +709,7 @@ GtkComboBox .button:prelight {
     border-radius: 0;
     border-style: none;
 
-    padding: 0;
+    padding: 2;
 
     -GtkWidget-window-dragging: true;
     -GtkToolbar-button-relief: 0;
@@ -970,7 +970,7 @@ GtkIconView.view.cell:selected:focused {
 }
 
 .view {
-    background-color: #eaeaea;
+    background-color: @theme_bg_color;
     color: @theme_fg_color;
     border-radius: 0;
     border-width: 3;



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