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.
This commit is contained in:
Matthias Clasen 2014-01-04 12:40:34 -05:00
parent cda87304d9
commit 7cd3e7c81b

View File

@ -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;