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

21 lines
No EOL
359 B
SCSS

/* Text Editor -------------------------------------------------------------- */
#editor_controls {
background-color: $background-normal;
small.filename {
color: $foreground-normal;
}
#editor_close {
opacity: 1;
&:hover {
background-color: $background-active-hover;
}
&:active, &:focus {
background-color: $background-active;
}
}
}