[gnome-themes-standard] Handle notebook tabs
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard] Handle notebook tabs
- Date: Mon, 6 Dec 2010 21:22:35 +0000 (UTC)
commit 47cd648904cb15b3abe512ffafea155e4bc3553f
Author: Carlos Garnacho <carlosg gnome org>
Date: Tue Nov 30 03:24:26 2010 +0100
Handle notebook tabs
themes/Adwaita/gtk-3.0/gtk.css | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk.css b/themes/Adwaita/gtk-3.0/gtk.css
index 5e3fbed..3c62875 100644
--- a/themes/Adwaita/gtk-3.0/gtk.css
+++ b/themes/Adwaita/gtk-3.0/gtk.css
@@ -147,9 +147,19 @@ GtkScale {
background-color: @selected_bg_color;
}
+GtkNotebook,
.notebook {
background-color: shade (@bg_color, 1.12);
padding: 3;
+ border-style: solid;
+}
+
+GtkNotebook tab {
+ padding: 0;
+}
+
+GtkNotebook tab:active {
+ background-color: @selected_bg_color;
}
GtkScrollbar {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]