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

87 lines
1.8 KiB
SCSS

/* Bookmarks ---------------------------------------------------------------- */
.app-bookmarks #app-navigation {
.add-bookmark .form input {
border: 1px solid $decoration-active;
border-left: none;
}
}
.app-bookmarks #app-content {
.bulk-actions {
box-shadow: none;
background: $background-normal;
border-bottom: 1px solid $decoration-normal;
}
.bookmark-card {
background-color: $background-normal;
border-color: $decoration-normal;
.tag-nav-item {
background-color: $background-normal;
}
.panel {
background-color: $background-dark-opacity;
border-top: 1px solid $decoration-normal;
}
h2 {
text-shadow: none;
}
.select-mode-checkbox + label {
box-shadow: none;
background: $background-normal;
}
}
.list-view .bookmark-card {
border-left: none;
border-right: none;
border-top: none;
&:nth-of-type(2) {
border-top: 1px solid $decoration-normal;
}
.panel {
border: none;
}
}
.bookmark-detail {
background: $background-normal;
color: $foreground-normal;
box-shadow: none;
border-left: 1px solid $decoration-normal;
> .close {
background-color: unset;
}
h2 {
opacity: 0.7;
}
h3 {
border-bottom-color: $decoration-normal;
}
.status {
opacity: 0.7;
.message-saving,
.message-saved {
background-color: $background-positive;
}
}
}
.popovermenu button {
border-radius: unset;
}
}