Restyled notebook tabs

This commit is contained in:
Satyajit Sahoo
2013-09-07 18:16:31 +05:30
parent e7a1c55127
commit 5d29357cc9
2 changed files with 7 additions and 1 deletions
+2 -1
View File
@@ -36,7 +36,8 @@
.dynamic-notebook .notebook tab:active {
border-width: 1px;
border-color: shade(@theme_bg_color, 0.8);
border-radius: 2px;
border-top-color: @theme_selected_bg_color;
border-radius: 0;
background-color: shade(@theme_bg_color, 1.08);
color: @theme_fg_color;
}