58 lines
864 B
CSS
58 lines
864 B
CSS
listview.docklist {
|
|
border-radius: 12px;
|
|
background: #333333;
|
|
}
|
|
|
|
listview.docklist row:hover {
|
|
transition: 100ms;
|
|
background: #888888;
|
|
border-radius: 12px;
|
|
padding: 0px;
|
|
}
|
|
|
|
listview.docklist row {
|
|
background: #333333;
|
|
border-radius: 12px;
|
|
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;
|
|
}
|
|
|
|
label.window_title {
|
|
color: white;
|
|
margin: 4px;
|
|
}
|
|
|
|
popover contents {
|
|
border-radius: 12px;
|
|
padding: 0px;
|
|
}
|
|
|
|
popover contents {
|
|
border-radius: 12px;
|
|
padding: 12px;
|
|
}
|
|
|
|
box.dock {
|
|
border-radius: 12px;
|
|
background: #333333;
|
|
}
|
|
|
|
window.root_window {
|
|
background: rgba(50, 50, 50, 0.0);
|
|
}
|