mirror of
https://github.com/mwalbeck/nextcloud-breeze-dark.git
synced 2025-07-04 10:14:23 +00:00
files-texteditor: change background color
This commit is contained in:
parent
73ac7238ae
commit
176f88f52d
2 changed files with 4 additions and 5 deletions
core/css
|
@ -31,13 +31,12 @@
|
|||
}
|
||||
}
|
||||
|
||||
.ace-clouds {
|
||||
background-color: $background-normal !important;
|
||||
#editor.ace_editor {
|
||||
background-color: $background-dark !important;
|
||||
color: $foreground-normal !important;
|
||||
|
||||
.ace_gutter {
|
||||
color: $foreground-inactive !important;
|
||||
background-color: $background-normal !important;
|
||||
color: $foreground-normal !important;
|
||||
opacity: 1 !important;
|
||||
|
||||
.ace_gutter-cell {
|
|
@ -27,7 +27,7 @@
|
|||
@import 'apps/official/notes';
|
||||
@import 'apps/official/notifications';
|
||||
@import 'apps/official/retention';
|
||||
@import 'apps/official/text-editor';
|
||||
@import 'apps/official/files-texteditor';
|
||||
// Third party
|
||||
@import 'apps/thirdparty/audio-player';
|
||||
@import 'apps/thirdparty/bookmarks';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue