Make notebook tabs pointed
parent
5d29357cc9
commit
b96e67fccf
|
@ -24,7 +24,7 @@
|
||||||
.dynamic-notebook .notebook tab {
|
.dynamic-notebook .notebook tab {
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
border-color: shade(@theme_bg_color, 0.85);
|
border-color: shade(@theme_bg_color, 0.85);
|
||||||
border-radius: 2px;
|
border-radius: 0;
|
||||||
background-color: shade(@theme_bg_color, 0.9);
|
background-color: shade(@theme_bg_color, 0.9);
|
||||||
background-image: none;
|
background-image: none;
|
||||||
}
|
}
|
||||||
|
@ -37,7 +37,6 @@
|
||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
border-color: shade(@theme_bg_color, 0.8);
|
border-color: shade(@theme_bg_color, 0.8);
|
||||||
border-top-color: @theme_selected_bg_color;
|
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;
|
||||||
}
|
}
|
||||||
|
|
|
@ -147,6 +147,7 @@ GtkClutterOffscreen {
|
||||||
inset 0 -1px alpha(@dark_shadow, 0.05);
|
inset 0 -1px alpha(@dark_shadow, 0.05);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* disable inset shadow */
|
||||||
.button:active:insensitive,
|
.button:active:insensitive,
|
||||||
.primary-toolbar .button:active:insensitive,
|
.primary-toolbar .button:active:insensitive,
|
||||||
.toolbar .button:active:insensitive,
|
.toolbar .button:active:insensitive,
|
||||||
|
@ -963,7 +964,7 @@ GtkModelMenuItem GtkBox GtkImage {
|
||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-color: shade(@theme_base_color, 0.7);
|
border-color: shade(@theme_base_color, 0.7);
|
||||||
border-radius: 2px;
|
border-radius: 0;
|
||||||
background-color: @theme_base_color;
|
background-color: @theme_base_color;
|
||||||
background-image: none;
|
background-image: none;
|
||||||
background-clip: border-box;
|
background-clip: border-box;
|
||||||
|
@ -977,14 +978,13 @@ GtkModelMenuItem GtkBox GtkImage {
|
||||||
.notebook tab {
|
.notebook tab {
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
border-color: shade(@theme_base_color, 0.75);
|
border-color: shade(@theme_base_color, 0.75);
|
||||||
border-radius: 2px;
|
border-radius: 0;
|
||||||
background-color: shade(@theme_base_color, 0.85);
|
background-color: shade(@theme_base_color, 0.85);
|
||||||
background-image: none;
|
background-image: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue