Make notebook tabs pointed

This commit is contained in:
Satyajit Sahoo
2013-09-08 22:34:53 +05:30
parent 5d29357cc9
commit b96e67fccf
2 changed files with 26 additions and 27 deletions
+1 -2
View File
@@ -24,7 +24,7 @@
.dynamic-notebook .notebook tab {
padding: 3px;
border-color: shade(@theme_bg_color, 0.85);
border-radius: 2px;
border-radius: 0;
background-color: shade(@theme_bg_color, 0.9);
background-image: none;
}
@@ -37,7 +37,6 @@
border-width: 1px;
border-color: shade(@theme_bg_color, 0.8);
border-top-color: @theme_selected_bg_color;
border-radius: 0;
background-color: shade(@theme_bg_color, 1.08);
color: @theme_fg_color;
}