mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2026-05-12 22:10:25 +00:00
fix: missing syntax dialog rounded corners (#11945)
Fixes #11299 Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/11945 Reviewed-by: Beowulf <beowulf@beocode.eu> Co-authored-by: grangelouis <grangelouis@noreply.codeberg.org> Co-committed-by: grangelouis <grangelouis@noreply.codeberg.org>
This commit is contained in:
parent
df86b495dc
commit
80d840c128
1 changed files with 5 additions and 0 deletions
|
|
@ -88,6 +88,11 @@ dialog .actions {
|
|||
padding: 1rem;
|
||||
}
|
||||
|
||||
dialog footer {
|
||||
border-bottom-left-radius: var(--border-radius);
|
||||
border-bottom-right-radius: var(--border-radius);
|
||||
}
|
||||
|
||||
/* positive/negative action buttons */
|
||||
dialog .actions .ui.button {
|
||||
display: inline-flex;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue