1
0
Fork 0
mirror of https://github.com/mwalbeck/nextcloud-breeze-dark.git synced 2025-05-17 06:32:05 +00:00
nextcloud-breeze-dark/core/css/apps/thirdparty/_bookmarks.scss

24 lines
677 B
SCSS

// /* Bookmarks ---------------------------------------------------------------- */
.app-bookmarks #app-content {
.folder--gridview,
.bookmark--gridview,
.bookmarkslist--gridview > .create-folder,
.bookmarkslist--gridview > .create-bookmark {
background: $background-normal;
box-shadow: none;
}
.bookmark--gridview .bookmark__checkbox {
background-color: $background-normal;
input.checkbox + label::before {
margin: 0 3px 3px 3px;
}
}
.bookmarkslist > :first-child:not(.bookmarkslist__loading):not(.bookmarkslist__empty).active {
border-top-color: $decoration-active;
}
}