mirror of
https://github.com/mwalbeck/nextcloud-breeze-dark.git
synced 2025-07-23 18:17:36 +00:00
#111 adjust text selection in notes to new default, and some general colour changes to make notes more consistent with rest of theme.
This commit is contained in:
parent
cc20eabe17
commit
93d6d23ad5
2 changed files with 33 additions and 0 deletions
css
32
css/apps/official/_notes.scss
Normal file
32
css/apps/official/_notes.scss
Normal file
|
@ -0,0 +1,32 @@
|
|||
/***
|
||||
* @copyright Copyright (c) 2020, Magnus Walbeck <mw@mwalbeck.org>
|
||||
*
|
||||
* @license GNU AGPL version 3
|
||||
***/
|
||||
|
||||
/* Notes -------------------------------------------------------------------- */
|
||||
|
||||
.app-notes #app-content {
|
||||
|
||||
.CodeMirror .cm-formatting {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
.cm-s-easymde .cm-url,
|
||||
.cm-s-easymde .cm-string {
|
||||
color: var(--color-text-inactive);
|
||||
}
|
||||
|
||||
.CodeMirror .CodeMirror-selectedtext {
|
||||
background-color: var(--color-text-selection) !important;
|
||||
}
|
||||
|
||||
.CodeMirror .cm-link {
|
||||
color: var(--color-text-link);
|
||||
}
|
||||
|
||||
.note-preview pre,
|
||||
.note-preview code {
|
||||
background: var(--color-background-darker);
|
||||
}
|
||||
}
|
|
@ -31,6 +31,7 @@
|
|||
@import 'apps/official/mail';
|
||||
@import 'apps/official/maps';
|
||||
@import 'apps/official/news';
|
||||
@import 'apps/official/notes';
|
||||
@import 'apps/official/notifications';
|
||||
@import 'apps/official/photos';
|
||||
@import 'apps/official/retention';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue