Restyled notebook tabs

pull/63/head
Satyajit Sahoo 2013-09-07 18:16:31 +05:30
parent e7a1c55127
commit 5d29357cc9
2 changed files with 7 additions and 1 deletions

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

View File

@ -984,6 +984,7 @@ GtkModelMenuItem GtkBox GtkImage {
.notebook tab:active {
border-color: shade(@theme_base_color, 0.7);
border-radius: 0;
background-color: @theme_base_color;
background-image: none;
}
@ -999,6 +1000,7 @@ GtkModelMenuItem GtkBox GtkImage {
}
.notebook tab.top:active {
border-top-color: @theme_selected_bg_color;
}
.notebook tab.right {
@ -1008,6 +1010,7 @@ GtkModelMenuItem GtkBox GtkImage {
}
.notebook tab.right:active {
border-right-color: @theme_selected_bg_color;
}
.notebook tab.bottom {
@ -1017,6 +1020,7 @@ GtkModelMenuItem GtkBox GtkImage {
}
.notebook tab.bottom:active {
border-bottom-color: @theme_selected_bg_color;
}
.notebook tab.left {
@ -1026,6 +1030,7 @@ GtkModelMenuItem GtkBox GtkImage {
}
.notebook tab.left:active {
border-left-color: @theme_selected_bg_color;
}
/******************