Change notebook styles

pull/41/head
Satyajit Sahoo 2013-06-15 06:10:50 +05:30
parent a93e9530cf
commit e32b13dc1f
1 changed files with 2 additions and 2 deletions

View File

@ -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;
} }