a
This commit is contained in:
parent
9a8e237f79
commit
2c2b29c287
1 changed files with 1 additions and 9 deletions
|
@ -30,14 +30,6 @@ label {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
.workspaces button {
|
|
||||||
border-bottom: 1px transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
.workspaces button.focused {
|
|
||||||
border-bottom: 1px solid @theme_selected_bg_color;
|
|
||||||
}
|
|
||||||
|
|
||||||
.client-title {
|
.client-title {
|
||||||
color: @theme_selected_bg_color;
|
color: @theme_selected_bg_color;
|
||||||
}
|
}
|
||||||
|
@ -64,7 +56,7 @@ label {
|
||||||
}
|
}
|
||||||
|
|
||||||
.workspace-active {
|
.workspace-active {
|
||||||
border-bottom: 3px solid @theme_selected_bg_color;
|
border-bottom: 1px solid @theme_selected_bg_color;
|
||||||
}
|
}
|
||||||
|
|
||||||
levelbar block,
|
levelbar block,
|
||||||
|
|
Loading…
Reference in a new issue