[gnome-themes-standard] The padding fix by Sean went a litle too far for regular app toolbars. Avoid using hardcoded colors.
- From: Jakub Steiner <jimmac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard] The padding fix by Sean went a litle too far for regular app toolbars. Avoid using hardcoded colors.
- Date: Tue, 19 Apr 2011 14:59:17 +0000 (UTC)
commit 53ace090878f3a7d5d81f4734af763f3c047c1e9
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 d09e0b0..f2c665a 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -651,7 +651,7 @@ GtkComboBox .button:prelight {
border-radius: 0;
border-style: none;
- padding: 0;
+ padding: 2;
-GtkWidget-window-dragging: true;
-GtkToolbar-button-relief: 0;
@@ -911,7 +911,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]