diff options
Diffstat (limited to 'src/ui')
-rw-r--r-- | src/ui/site.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ui/site.css b/src/ui/site.css index 5e7829a..d87fa90 100644 --- a/src/ui/site.css +++ b/src/ui/site.css @@ -122,3 +122,7 @@ html.no-js .js-only.js-only.js-only { font-size: 10.5px; line-height: 1; } +.modal-header.panel-heading { + border-top-left-radius: inherit; + border-top-right-radius: inherit; +} |