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

28 lines
No EOL
429 B
SCSS

/* Text Editor -------------------------------------------------------------- */
#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;
}
}
}