summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Jon McCann <william.jon.mccann@gmail.com>2014-01-24 14:27:27 -0500
committerWilliam Jon McCann <william.jon.mccann@gmail.com>2014-01-24 15:16:25 -0500
commit39459724de910c116dc066c483c4a3b8ac67aaa4 (patch)
treeac385e282e5fff4397d73c9f6768f5a975d34981
parent257317835b4043d14ffe1e78f8a0b956beec66d6 (diff)
downloadgnome-themes-standard-39459724de910c116dc066c483c4a3b8ac67aaa4.tar.gz
Remove reorderable tab style until we have it
-rw-r--r--themes/Adwaita/gtk-3.0/gtk-widgets.css8
1 files changed, 0 insertions, 8 deletions
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index cb4da1ab..bb6f5a14 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -1821,14 +1821,6 @@ GtkLinkButton.button:active {
background-color: transparent;
}
-.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;