Raleigh: Fix css for active notebook tabs

This was not kept up-to-date when we changed notebootk
tab rendering.

https://bugzilla.gnome.org/show_bug.cgi?id=741185
This commit is contained in:
Matthias Clasen 2014-12-05 19:29:39 -05:00
parent 0504328bd8
commit 28497075c7

View File

@ -282,7 +282,7 @@ GtkRadioButton:selected {
padding: 0;
}
.notebook .active-page {
.notebook tab:active {
color: @selected_fg_color;
background-color: darker (@bg_color);
}