mirror of
https://github.com/mwalbeck/nextcloud-breeze-dark.git
synced 2025-07-01 01:10:52 +00:00
25 lines
No EOL
461 B
SCSS
25 lines
No EOL
461 B
SCSS
.app-gallery #app-content {
|
|
background-color: $background-normal !important;
|
|
}
|
|
|
|
#controls .actions > div > .button {
|
|
padding: 8px 5px;
|
|
}
|
|
|
|
#dropdown {
|
|
background: $background-normal;
|
|
box-shadow: none;
|
|
border: 1px solid $decoration-normal;
|
|
}
|
|
|
|
#link {
|
|
border-color: $decoration-normal;
|
|
}
|
|
|
|
#slideshow input[type="button"]:not(:disabled):not(.primary):not(#quota) {
|
|
|
|
&:hover, &:focus, &:active, &.active {
|
|
background-color: transparent;
|
|
border: none;
|
|
}
|
|
} |