mirror of
https://github.com/mwalbeck/nextcloud-breeze-dark.git
synced 2025-07-23 10:07:37 +00:00
21 lines
No EOL
359 B
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;
|
|
}
|
|
}
|
|
} |