this is terrible
This commit is contained in:
parent
a870d62f1f
commit
f391fe191c
1 changed files with 4 additions and 3 deletions
|
@ -14,6 +14,7 @@ button {
|
|||
padding-bottom: 0;
|
||||
border: none;
|
||||
background-color: transparent;
|
||||
border-bottom: 3px solid transparent;
|
||||
}
|
||||
|
||||
button:active {
|
||||
|
@ -56,15 +57,15 @@ label {
|
|||
|
||||
.workspace-inactive {
|
||||
opacity: 0.5;
|
||||
border-bottom: 5px transparent;
|
||||
border-bottom: 3px transparent;
|
||||
}
|
||||
|
||||
.workspace-occupied {
|
||||
opacity: 1;
|
||||
border-bottom: 5px transparent;
|
||||
border-bottom: 3px transparent;
|
||||
}
|
||||
|
||||
.workspace-active {
|
||||
.workspace-active button.focused {
|
||||
border-bottom: 3px solid @theme_selected_bg_color;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue