mirror of
https://github.com/encounter/numix-blue-gtk-theme.git
synced 2026-07-10 12:18:49 -07:00
Change notebook styles
This commit is contained in:
@@ -1107,7 +1107,7 @@ GtkTreeMenu .menuitem * {
|
||||
padding: 0;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-color: shade(@theme_bg_color, 0.8);
|
||||
border-color: shade(@theme_base_color, 0.7);
|
||||
border-radius: 2px;
|
||||
background-color: @theme_base_color;
|
||||
background-image: none;
|
||||
@@ -1128,7 +1128,7 @@ GtkTreeMenu .menuitem * {
|
||||
}
|
||||
|
||||
.notebook tab:active {
|
||||
border-color: shade(@theme_base_color, 0.8);
|
||||
border-color: shade(@theme_base_color, 0.7);
|
||||
background-color: @theme_base_color;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user