[gnome-themes-standard] notebook: tweak padding for notebook tab active state
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard] notebook: tweak padding for notebook tab active state
- Date: Tue, 27 Sep 2011 17:47:34 +0000 (UTC)
commit 7cfb2153d5ea0b508ef316dc3fa3ac3246b2c9e1
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Thu Sep 22 09:34:09 2011 -0400
notebook: tweak padding for notebook tab active state
themes/Adwaita/gtk-3.0/gtk-widgets.css | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index 15ee708..c9b5b3a 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -468,7 +468,8 @@ GtkScrolledWindow.frame {
}
.notebook tab {
- padding: 3 8 0;
+ padding: 3 2 0;
+
background-image: -gtk-gradient (linear,
left top, left bottom,
from (@notebook_tab_gradient_a),
@@ -478,7 +479,7 @@ GtkScrolledWindow.frame {
}
.notebook tab:active {
- border-width: 1;
+ padding: 6 2 0;
-adwaita-border-gradient: -gtk-gradient (linear,
left top, left bottom,
@@ -495,6 +496,8 @@ GtkScrolledWindow.frame {
.notebook tab .button,
.notebook tab .button:hover,
.notebook tab .button:hover:active {
+ padding: 1;
+
border-style: none;
border-image: none;
background-color: alpha (@theme_bg_color, 0.0);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]