connect handler for new window and quit all from dock menu

This commit is contained in:
Ashley Wulber 2022-01-04 15:12:40 -05:00
parent ca89fb6199
commit 21bc4af3c9
5 changed files with 88 additions and 19 deletions

View file

@ -16,6 +16,18 @@ listview row {
padding: 0px;
}
button.dock_item:hover {
background: #888888;
border-radius: 12px;
border-width: 0px;
}
button.dock_item {
background: #333333;
border-radius: 12px;
border-width: 0px;
}
list {
border-radius: 12px;
background: #333333;
@ -34,18 +46,6 @@ list row {
padding: 0px;
}
button:hover {
background: #888888;
border-radius: 12px;
border-width: 0px;
}
button {
background: #333333;
border-radius: 12px;
border-width: 0px;
}
box.dock {
border-radius: 12px;
background: #333333;