36 lines
644 B
CSS
36 lines
644 B
CSS
toolbarview,
|
|
AdwNavigationPane,
|
|
window,
|
|
AdwToolbarView {
|
|
background-color: rgb(30, 30, 46);
|
|
}
|
|
|
|
window {
|
|
border-radius: 3px;
|
|
background-color: rgb(30, 30, 46);
|
|
opacity: 0.9;
|
|
}
|
|
|
|
|
|
popover contents, popover arrow {
|
|
background-color: #303446;
|
|
|
|
}
|
|
|
|
overlay-split-view widget:nth-child(3) toolbarview {
|
|
border-right: 1px solid #3A3D4D;
|
|
|
|
}
|
|
|
|
placessidebar,
|
|
overlay-split-view widget:nth-child(3) toolbarview
|
|
{
|
|
background-color: rgba(40, 40, 56, 1);
|
|
}
|
|
|
|
/* popover modelbutton:hover { */
|
|
/* background-color: rgba(0, 178, 255, 0.25); */
|
|
/* transition-property: background-color; */
|
|
/* transition-duration: 0.3s; */
|
|
/* } */
|