summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Jon McCann <william.jon.mccann@gmail.com>2014-01-24 15:34:25 -0500
committerWilliam Jon McCann <william.jon.mccann@gmail.com>2014-01-24 17:28:41 -0500
commit3f34edf79a3b87b5a51034d1ea1731a9a9944cfe (patch)
tree03329dcc09819c7418d8ea57a4aeeab4c8911745
parent4f152410c1c494a4f617706f9b489b0a4517965d (diff)
downloadgnome-themes-standard-3f34edf79a3b87b5a51034d1ea1731a9a9944cfe.tar.gz
Add a style for reorderable notebook tabs
-rw-r--r--themes/Adwaita/gtk-3.0/gtk-widgets.css13
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 a90565e2..c30c6150 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,