Redesigned tabs

This commit is contained in:
Satyajit Sahoo
2014-01-16 04:31:28 +05:30
parent 1bed5a2060
commit 58f54151c0
2 changed files with 10 additions and 17 deletions
+3 -4
View File
@@ -23,6 +23,7 @@
.dynamic-notebook .notebook tab {
padding: 3px;
border-width: 0 1px;
border-color: shade(@theme_bg_color, 0.85);
border-radius: 0;
background-color: shade(@theme_bg_color, 0.9);
@@ -31,16 +32,14 @@
}
.dynamic-notebook .notebook tab:nth-child(first) {
border-width: 0 1px 0 1px;
}
.dynamic-notebook .notebook tab:active {
border-width: 1px;
border-color: shade(@theme_bg_color, 0.8);
border-top-color: @theme_selected_bg_color;
background-color: shade(@theme_bg_color, 1.08);
background-color: shade(@theme_base_color, 0.85);
background-image: none;
color: @theme_fg_color;
box-shadow:inset 0 -2px @theme_selected_bg_color;
}
.dynamic-notebook .notebook tab .entry {