[gnome-themes-standard] Fix notebook tabs spacing
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard] Fix notebook tabs spacing
- Date: Wed, 19 Jan 2011 03:48:14 +0000 (UTC)
commit c81765e0201b182a0a00d4248a3cd3b9667b820c
Author: Carlos Garnacho <carlosg gnome org>
Date: Wed Jan 19 04:35:40 2011 +0100
Fix notebook tabs spacing
themes/Adwaita/gtk-3.0/gtk.css | 13 ++++++-------
1 files changed, 6 insertions(+), 7 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk.css b/themes/Adwaita/gtk-3.0/gtk.css
index 32dee23..d6f065d 100644
--- a/themes/Adwaita/gtk-3.0/gtk.css
+++ b/themes/Adwaita/gtk-3.0/gtk.css
@@ -170,25 +170,24 @@ GtkScale {
/* Notebooks/Tabs */
-GtkNotebook,
.notebook {
-adwaita-selected-tab-color: #8dc0f3;
background-color: shade (@bg_color, 1.12);
- padding: 3;
+ padding: 2;
border-style: solid;
border-radius: 0;
-GtkNotebook-tab-overlay: 10;
-GtkNotebook-tab-curvature: 5;
}
-GtkNotebook tab {
- padding: 2;
+.notebook tab {
+ padding: 3;
border-radius: 2;
}
- GtkNotebook tab:active {
- background-color: @base_color;
- }
+.notebook tab:active {
+ background-color: @base_color;
+}
/* Scrollbars */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]