1
0
Fork 0
mirror of https://github.com/mwalbeck/nextcloud-breeze-dark.git synced 2025-05-15 22:10:26 +00:00
nextcloud-breeze-dark/core/css/apps/_notes.scss

32 lines
No EOL
533 B
SCSS

.app-notes #app-content {
border-top: 1px solid $decoration-normal;
}
#app-navigation li .nav-entry {
color: $foreground-normal;
}
.note-search input {
border: none;
background-color: transparent;
color: $foreground-normal;
&:active, &:focus, &:hover {
border-bottom: 1px solid $decoration-active;
color: $foreground-active;
}
}
.mdedit {
color: $foreground-normal;
.marker {
color: $foreground-markdown-marker;
}
}
#app-navigation .active > .utils {
.icon-delete:hover, .icon-star:hover {
opacity: 0.7;
}
}