1
0
mirror of https://github.com/mwalbeck/nextcloud-breeze-dark.git synced 2024-09-19 19:17:53 +00:00
nextcloud-breeze-dark/css/apps/official/_gallery.scss

18 lines
322 B
SCSS

.app-gallery #app-content {
background-color: var(--color-main-background) !important;
}
#controls .actions > div > .button {
padding: 8px 5px;
}
#slideshow input[type="button"]:not(:disabled):not(.primary):not(#quota) {
&:hover,
&:focus,
&:active,
&.active {
background-color: transparent;
border: none;
}
}