From 7cd3e7c81bf82bc51f2891e332575d1fbe3dde4e Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 4 Jan 2014 12:40:34 -0500 Subject: [PATCH] Raleigh: Improve notebook tab theming The theme was not kept up-to-date when notebook tabs were recently refactored. Fix it to show some indication of the active tab. --- gtk/gtk-default.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/gtk/gtk-default.css b/gtk/gtk-default.css index ad8b4ee4e4..e13c4f17a2 100644 --- a/gtk/gtk-default.css +++ b/gtk/gtk-default.css @@ -273,6 +273,17 @@ GtkRadioButton:selected { border-width: 1px; } +.notebook tab { + border-style: solid; + border-width: 1px; + padding: 0; +} + +.notebook .active-page { + color: @selected_fg_color; + background-color: darker (@bg_color); +} + .frame { border-style: inset; border-width: 1px;