mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-08-16 22:31:03 +02:00
feat: add .urgent
workspace css class
This commit is contained in:
parent
32e6fc5dc2
commit
afe534ccd9
6 changed files with 80 additions and 9 deletions
|
@ -201,6 +201,10 @@ scale trough {
|
|||
background-color: @color_bg_dark;
|
||||
}
|
||||
|
||||
.workspaces .item.urgent {
|
||||
background-color: @color_urgent;
|
||||
}
|
||||
|
||||
.workspaces .item:hover {
|
||||
box-shadow: inset 0 -3px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue