wip: dnsc-machine setup
This commit is contained in:
parent
d7649ff7ee
commit
a8b5298679
5 changed files with 25 additions and 6 deletions
|
|
@ -53,13 +53,14 @@ button:hover, button:active {
|
|||
background-color: var(--color-active);
|
||||
}
|
||||
|
||||
.workspaces .item.visible {
|
||||
box-shadow: inset 0 -1px var(--color-white);
|
||||
}
|
||||
/* .workspaces .item.visible { */
|
||||
/* box-shadow: inset 0 -1px var(--color-white); */
|
||||
/* } */
|
||||
|
||||
.workspaces .item.focused {
|
||||
box-shadow: inset 0 -1px var(--color-active);
|
||||
background-color: var(--color-dark-secondary);
|
||||
background-color: #ffffff;
|
||||
/* background-color: var(--color-dark-primary);*/
|
||||
}
|
||||
|
||||
.workspaces .item.urgent {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue