mirror of
https://github.com/encounter/numix-blue-gtk-theme.git
synced 2026-07-10 12:18:49 -07:00
Restyled notebook tabs
This commit is contained in:
@@ -36,7 +36,8 @@
|
|||||||
.dynamic-notebook .notebook tab:active {
|
.dynamic-notebook .notebook tab:active {
|
||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
border-color: shade(@theme_bg_color, 0.8);
|
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);
|
background-color: shade(@theme_bg_color, 1.08);
|
||||||
color: @theme_fg_color;
|
color: @theme_fg_color;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -984,6 +984,7 @@ GtkModelMenuItem GtkBox GtkImage {
|
|||||||
|
|
||||||
.notebook tab:active {
|
.notebook tab:active {
|
||||||
border-color: shade(@theme_base_color, 0.7);
|
border-color: shade(@theme_base_color, 0.7);
|
||||||
|
border-radius: 0;
|
||||||
background-color: @theme_base_color;
|
background-color: @theme_base_color;
|
||||||
background-image: none;
|
background-image: none;
|
||||||
}
|
}
|
||||||
@@ -999,6 +1000,7 @@ GtkModelMenuItem GtkBox GtkImage {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.notebook tab.top:active {
|
.notebook tab.top:active {
|
||||||
|
border-top-color: @theme_selected_bg_color;
|
||||||
}
|
}
|
||||||
|
|
||||||
.notebook tab.right {
|
.notebook tab.right {
|
||||||
@@ -1008,6 +1010,7 @@ GtkModelMenuItem GtkBox GtkImage {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.notebook tab.right:active {
|
.notebook tab.right:active {
|
||||||
|
border-right-color: @theme_selected_bg_color;
|
||||||
}
|
}
|
||||||
|
|
||||||
.notebook tab.bottom {
|
.notebook tab.bottom {
|
||||||
@@ -1017,6 +1020,7 @@ GtkModelMenuItem GtkBox GtkImage {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.notebook tab.bottom:active {
|
.notebook tab.bottom:active {
|
||||||
|
border-bottom-color: @theme_selected_bg_color;
|
||||||
}
|
}
|
||||||
|
|
||||||
.notebook tab.left {
|
.notebook tab.left {
|
||||||
@@ -1026,6 +1030,7 @@ GtkModelMenuItem GtkBox GtkImage {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.notebook tab.left:active {
|
.notebook tab.left:active {
|
||||||
|
border-left-color: @theme_selected_bg_color;
|
||||||
}
|
}
|
||||||
|
|
||||||
/******************
|
/******************
|
||||||
|
|||||||
Reference in New Issue
Block a user