1
0
Fork 0
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:
Magnus Walbeck 2018-12-14 15:50:38 +08:00
parent 73ac7238ae
commit 176f88f52d
2 changed files with 4 additions and 5 deletions

View file

@ -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 {

View file

@ -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';