Change notebook styles
parent
a93e9530cf
commit
e32b13dc1f
|
@ -1107,7 +1107,7 @@ GtkTreeMenu .menuitem * {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-color: shade(@theme_bg_color, 0.8);
|
border-color: shade(@theme_base_color, 0.7);
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
background-color: @theme_base_color;
|
background-color: @theme_base_color;
|
||||||
background-image: none;
|
background-image: none;
|
||||||
|
@ -1128,7 +1128,7 @@ GtkTreeMenu .menuitem * {
|
||||||
}
|
}
|
||||||
|
|
||||||
.notebook tab:active {
|
.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-color: @theme_base_color;
|
||||||
background-image: none;
|
background-image: none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue