mirror of
https://github.com/mwalbeck/nextcloud-breeze-dark.git
synced 2024-11-14 12:06:25 +00:00
12 lines
171 B
SCSS
12 lines
171 B
SCSS
#chatView .newCommentForm {
|
|
|
|
.submit,
|
|
.share {
|
|
opacity: 0.7;
|
|
}
|
|
|
|
div.message:empty::before {
|
|
color: var(--color-text-inactive);
|
|
}
|
|
}
|