fix: show active dots

This commit is contained in:
Ashley Wulber 2022-07-20 11:48:51 -04:00
parent 83fc8893ec
commit 29e029d626
No known key found for this signature in database
GPG key ID: 5216D4F46A90A820
3 changed files with 10 additions and 3 deletions

View file

@ -57,6 +57,12 @@ button.dock_item:hover {
background: rgba(255, 255, 255, 0.1);
}
box.dock_dots {
background: white;
padding: 2px;
border-radius: 4px;
}
*.transparent {
border-color: transparent;
background: transparent;