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

34 lines
941 B
SCSS
Raw Permalink Normal View History

2020-02-23 19:17:48 +00:00
/***
* @copyright Copyright (c) 2017, Magnus Walbeck <mw@mwalbeck.org>
*
* @license GNU AGPL version 3 or any later version, see COPYING file for more.
*/
2020-02-23 19:17:48 +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: var(--color-main-background);
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 {
background-color: var(--color-main-background);
2017-06-06 10:01:35 +00:00
2019-11-17 11:37:42 +00:00
input.checkbox + label::before {
margin: 0 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: var(--color-primary-element);
}
.breadcrumbs .breadcrumbs__path a {
color: var(--color-main-text);
}
}