This commit is contained in:
Sakooooo 2024-10-15 13:54:47 +04:00
parent 3573234517
commit ab29eaa377
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -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 {