2019-11-17 11:37:42 +00:00
|
|
|
// /* Bookmarks ---------------------------------------------------------------- */
|
2017-06-06 10:01:35 +00:00
|
|
|
|
2018-12-12 10:09:13 +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 {
|
2018-12-12 10:09:13 +00:00
|
|
|
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;
|
2018-12-12 10:09:13 +00:00
|
|
|
}
|
|
|
|
}
|