mirror of
https://github.com/mwalbeck/nextcloud-breeze-dark.git
synced 2025-05-16 22:24:56 +00:00
28 lines
No EOL
429 B
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;
|
|
}
|
|
}
|
|
} |