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:
@ -282,7 +282,7 @@ GtkRadioButton:selected {
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.notebook .active-page {
|
.notebook tab:active {
|
||||||
color: @selected_fg_color;
|
color: @selected_fg_color;
|
||||||
background-color: darker (@bg_color);
|
background-color: darker (@bg_color);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user