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:
parent
cda87304d9
commit
7cd3e7c81b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user