[gnome-themes-standard] toolbars: make padding distribution more uniform for toolbars
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard] toolbars: make padding distribution more uniform for toolbars
- Date: Fri, 17 Jun 2011 04:05:23 +0000 (UTC)
commit eed5cd61dff0f5ac88568b85c1fcddcd11a44d97
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Fri Jun 17 00:03:03 2011 -0400
toolbars: make padding distribution more uniform for toolbars
themes/Adwaita/gtk-3.0/gtk-widgets.css | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index c089a90..7373f8e 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -704,8 +704,8 @@ GtkTreeMenu .menuitem * {
.toolbar {
border-style: solid;
border-color: darker (@theme_bg_color);
- border-width: 1;
- padding: 1;
+ border-width: 1 0 1 0;
+ padding: 4;
}
.toolbar .button {
@@ -733,8 +733,6 @@ GtkTreeMenu .menuitem * {
color-stop (0.90, @toolbar_gradient_step2),
to (@toolbar_gradient_final));
- padding: 6;
-
border-width: 1 0 1 0;
border-radius: 0;
border-style: none;
@@ -853,6 +851,7 @@ GtkTreeMenu .menuitem * {
.primary-toolbar.toolbar .raised .button {
border-width: 1;
border-style: none;
+ padding: 3;
background-image: -gtk-gradient (linear,
left top, left bottom,
@@ -955,6 +954,7 @@ GtkTreeMenu .menuitem * {
/* setup shadows */
.inline-toolbar.toolbar .button {
+ padding: 1;
icon-shadow: 0 1 @theme_base_color;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]