mirror of
https://github.com/mwalbeck/nextcloud-breeze-dark.git
synced 2024-11-14 12:06:25 +00:00
18 lines
322 B
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;
|
|
}
|
|
} |