[gnome-themes-standard] tabs: separators for reorderable tabs



commit df0130256f13f8a5a1ce7dd018c5e211d6282814
Author: Jakub Steiner <jimmac gmail com>
Date:   Thu Jan 16 19:47:02 2014 +0100

    tabs: separators for reorderable tabs
    
    https://bugzilla.gnome.org/show_bug.cgi?id=722366

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index 4a31d98..4e2ba0b 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -1874,6 +1874,14 @@ GtkLinkButton.button:active {
   box-shadow: inset 0 3px alpha(black, 0.03), inset 0 2px alpha(black, 0.03), inset 0 1px alpha(black, 0.03);
 }
 
+.notebook tab.reorderable {
+  border-right: 1px dotted shade(@focused_borders, 1.2);
+}
+
+.notebook tab.reorderable:last-child {
+  border-right: none;
+}
+
 .notebook tab GtkLabel {
     color: mix (@theme_fg_color, @theme_bg_color, 0.50);
     font-weight: bold;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]