connect handler for new window and quit all from dock menu
This commit is contained in:
parent
ca89fb6199
commit
21bc4af3c9
5 changed files with 88 additions and 19 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue