idk
This commit is contained in:
parent
3573234517
commit
ab29eaa377
1 changed files with 1 additions and 3 deletions
|
@ -35,7 +35,7 @@ label {
|
||||||
}
|
}
|
||||||
|
|
||||||
.workspaces button.focused {
|
.workspaces button.focused {
|
||||||
border-bottom: 1px solid @theme_selected_bg_color;
|
border-bottom: 3px solid @theme_selected_bg_color;
|
||||||
}
|
}
|
||||||
|
|
||||||
.client-title {
|
.client-title {
|
||||||
|
@ -62,12 +62,10 @@ label {
|
||||||
|
|
||||||
.workspace-inactive {
|
.workspace-inactive {
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
border-bottom: 3px transparent;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.workspace-occupied {
|
.workspace-occupied {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
border-bottom: 3px transparent;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.workspace-active {
|
.workspace-active {
|
||||||
|
|
Loading…
Reference in a new issue