theme-store/themes/6cd4bca9-f17d-4461-b554-844d69a4887c/chrome.css
mauro 🤙 570ea035a1
Add theme: Zen Minimal Exit Menu (#419)
Co-authored-by: Dinno-DEV <Dinno-DEV@users.noreply.github.com>
2024-09-19 21:13:50 +02:00

35 lines
710 B
CSS

.titlebar-buttonbox {
margin-right: 20px;
}
.titlebar-button {
padding: 0px !important;
min-height: 13px !important;
min-width: 13px !important;
align-self: center;
background-color: hsl(0, 0%, 20%) !important;
margin-left: 5px !important;
border-radius: 50px;
transition: all 100ms;
}
.titlebar-button:hover {
min-height: 20px !important;
}
.titlebar-min:hover {
background-color: hsl(130, 50%, 40%) !important;
}
.titlebar-max:hover, .titlebar-restore:hover {
background-color: hsl(60, 50%, 50%) !important;
}
.titlebar-close:hover {
background-color: hsl(0, 50%, 50%) !important;
}
.titlebar-button > image {
visibility: collapse !important;
}