27 lines
444 B
CSS
27 lines
444 B
CSS
flowbox,
|
|
revealer,
|
|
window,
|
|
toolbarview,
|
|
AdwNavigationPane,
|
|
window,
|
|
AdwToolbarView {
|
|
background-color: rgb(30, 30, 46);
|
|
/* opacity: 0.9; */
|
|
}
|
|
|
|
window {
|
|
border-radius: 3px;
|
|
background-color: rgb(30, 30, 46);
|
|
}
|
|
|
|
popover contents,
|
|
popover arrow {
|
|
background-color: #303446;
|
|
}
|
|
|
|
popover modelbutton:hover {
|
|
background-color: rgba(0, 178, 255, 0.25);
|
|
transition-property: background-color;
|
|
transition-duration: 0.3s;
|
|
}
|