[gnome-themes-standard] Add a style for reorderable notebook tabs
- From: William Jon McCann <mccann src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard] Add a style for reorderable notebook tabs
- Date: Fri, 24 Jan 2014 22:35:02 +0000 (UTC)
commit 3f34edf79a3b87b5a51034d1ea1731a9a9944cfe
Author: William Jon McCann <william jon mccann gmail com>
Date: Fri Jan 24 15:34:25 2014 -0500
Add a style for reorderable notebook tabs
themes/Adwaita/gtk-3.0/gtk-widgets.css | 13 +++++++++++++
1 files changed, 13 insertions(+), 0 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index a90565e..c30c615 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -1906,6 +1906,19 @@ GtkLinkButton.button:active {
border-left-color: @unfocused_insensitive_borders;
}
+.notebook tab.reorderable-page:hover {
+ background-color: shade(@theme_bg_color, 0.97);
+ box-shadow: inset 0 3px alpha(black, 0.03), inset 0 2px alpha(black, 0.03), inset 0 1px alpha(black,
0.03);
+ border-left: 1px solid shade (@borders, 1.25);
+ border-right: 1px solid shade (@borders, 1.25);
+}
+.notebook tab.reorderable-page:active {
+ background-color: @theme_bg_color;
+ box-shadow: inset 0 3px alpha(black, 0.03), inset 0 2px alpha(black, 0.03), inset 0 1px alpha(black,
0.03);
+ border-left: 1px solid shade (@borders, 1.2);
+ border-right: 1px solid shade (@borders, 1.2);
+}
+
/* close button styling */
.notebook tab .button,
.notebook tab .button:active,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]