Fixed #55: Incorrect styling on ALT text dialog
This commit is contained in:
parent
0aa945b81c
commit
216a04a8a2
4 changed files with 28 additions and 0 deletions
|
|
@ -3287,6 +3287,13 @@ body.layout-single-column {
|
|||
.layout-single-column .report-dialog-modal .poll__option.dialog-option>.poll__option__text strong {
|
||||
color: var(--color-content-fg-bold)
|
||||
}
|
||||
.layout-single-column .report-modal__comment,
|
||||
.layout-single-column .report-modal__container {
|
||||
border-color: var(--color-lines);
|
||||
}
|
||||
.layout-single-column .report-modal__comment .setting-text-label {
|
||||
color: var(--color-content-fg-muted);
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -3287,6 +3287,13 @@ body.layout-single-column {
|
|||
.layout-single-column .report-dialog-modal .poll__option.dialog-option>.poll__option__text strong {
|
||||
color: var(--color-content-fg-bold)
|
||||
}
|
||||
.layout-single-column .report-modal__comment,
|
||||
.layout-single-column .report-modal__container {
|
||||
border-color: var(--color-lines);
|
||||
}
|
||||
.layout-single-column .report-modal__comment .setting-text-label {
|
||||
color: var(--color-content-fg-muted);
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue