1
0
Fork 0
mirror of https://github.com/mwalbeck/nextcloud-breeze-dark.git synced 2025-03-16 21:43:40 +00:00
nextcloud-breeze-dark/css/apps/thirdparty/_bookmarks.scss

25 lines
677 B
SCSS
Raw Normal View History

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