Change notebook styles

This commit is contained in:
Satyajit Sahoo
2013-06-15 06:10:50 +05:30
parent a93e9530cf
commit e32b13dc1f
+2 -2
View File
@@ -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;
}