mirror of
https://github.com/encounter/numix-blue-gtk-theme.git
synced 2026-07-10 12:18:49 -07:00
Redesigned tabs
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user