[gnome-themes-standard] notebook: increase 1px top padding for the notebook label
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard] notebook: increase 1px top padding for the notebook label
- Date: Mon, 17 Oct 2011 21:21:13 +0000 (UTC)
commit 241cda992651662d437e6072333969877d99c4fd
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Sat Oct 15 02:08:27 2011 -0400
notebook: increase 1px top padding for the notebook label
This essentially restores the tab to be the same height as it is in the
3.2 theme.
themes/Adwaita/gtk-3.0/gtk-widgets.css | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index 8ee0c0a..89dd21f 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -468,7 +468,7 @@ GtkScrolledWindow.frame {
}
.notebook tab {
- padding: 2;
+ padding: 3;
background-image: -gtk-gradient (linear,
left top, left bottom,
from (@notebook_tab_gradient_a),
@@ -491,19 +491,19 @@ GtkScrolledWindow.frame {
}
.notebook tab.top {
- padding: 3 2 0;
+ padding: 4 2 0;
}
.notebook tab.top:active {
- padding: 6 2 0;
+ padding: 7 2 0;
}
.notebook tab.bottom {
- padding: 0 2 3;
+ padding: 0 2 4;
}
.notebook tab.bottom:active {
- padding: 0 2 6;
+ padding: 0 2 7;
}
.notebook tab.left,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]