i hate myself i hate this
This commit is contained in:
parent
1c43e528e1
commit
2ef079ab05
1 changed files with 10 additions and 3 deletions
|
@ -5,6 +5,7 @@
|
||||||
window.bar {
|
window.bar {
|
||||||
background-color: @theme_bg_color;
|
background-color: @theme_bg_color;
|
||||||
color: @theme_fg_color;
|
color: @theme_fg_color;
|
||||||
|
min-height: 4rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
button {
|
button {
|
||||||
|
@ -44,17 +45,23 @@ label {
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
padding-top: 0;
|
padding-top: 0;
|
||||||
padding-bottom: 0;
|
padding-bottom: 0;
|
||||||
|
margin: 0;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* .workspace-indicator button.focused {
|
||||||
|
border-bottom: 3px solid @theme_selected_bg_color;
|
||||||
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
.workspace-inactive {
|
.workspace-inactive {
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
/* border-bottom: 3px transparent; */
|
border-bottom: 5px transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.workspace-occupied {
|
.workspace-occupied {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
/* border-bottom: 3px transparent; */
|
border-bottom: 5px transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.workspace-active {
|
.workspace-active {
|
||||||
|
|
Loading…
Reference in a new issue