forked from AuroraMiddleware/gtk
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:
parent
0504328bd8
commit
28497075c7
@ -282,7 +282,7 @@ GtkRadioButton:selected {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.notebook .active-page {
|
||||
.notebook tab:active {
|
||||
color: @selected_fg_color;
|
||||
background-color: darker (@bg_color);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user