1
0
Fork 0
mirror of https://github.com/mwalbeck/nextcloud-breeze-dark.git synced 2025-05-16 06:11:23 +00:00
nextcloud-breeze-dark/core/css/apps/_text-editor.scss

66 lines
No EOL
1.1 KiB
SCSS

/* Text Editor -------------------------------------------------------------- */
#editor_container {
background-color: $decoration-normal;
}
#editor_controls {
background-color: $background-normal;
small {
&.filename {
color: $foreground-normal;
}
&.saving-message {
color: $foreground-inactive;
}
}
#editor_close {
opacity: 1;
&:hover {
background-color: $background-active-hover;
}
&:active, &:focus {
background-color: $background-active;
}
}
}
.ace-clouds {
background-color: $background-normal !important;
color: $foreground-normal !important;
.ace_gutter {
color: $foreground-inactive !important;
background-color: $background-normal !important;
opacity: 1 !important;
.ace_gutter-cell {
opacity: 0.7;
}
}
.ace_gutter-active-line {
background-color: $background-active-hover !important;
}
.ace_marker-layer {
.ace_active-line {
background: $background-normal !important;
}
.ace_selection {
background: $background-active-hover !important;
}
}
.ace_cursor {
color: $foreground-normal !important;
}
}