diff options
author | silverwind <me@silverwind.io> | 2020-11-13 02:31:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-13 09:31:25 +0800 |
commit | 0ae35c66f2efe608e3176f796866c18461f0780f (patch) | |
tree | 85aea4a7057e44929fe21caaecbcf5f32dd3f6d0 /templates | |
parent | ff7341b9946df665da0cd1453963733711ea7714 (diff) | |
download | gitea-0ae35c66f2efe608e3176f796866c18461f0780f.tar.gz gitea-0ae35c66f2efe608e3176f796866c18461f0780f.zip |
Various style fixes (#13534)
* Various style fixes
- Fix the rest of the monochrome borders for arc-green
- Fix close icon position on system notice modal and padding
- Fix selectable table color for arc-green
* proper fix for close icon
Co-authored-by: Lauris BH <lauris@nix.lv>
Diffstat (limited to 'templates')
-rw-r--r-- | templates/admin/notice.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/admin/notice.tmpl b/templates/admin/notice.tmpl index 5311ad8f79..d1d264c8c8 100644 --- a/templates/admin/notice.tmpl +++ b/templates/admin/notice.tmpl @@ -74,7 +74,7 @@ </div> <div class="ui modal admin" id="detail-modal"> - <i class="close icon"></i> + <i class="close icon inside"></i> <div class="header">{{$.i18n.Tr "admin.notices.view_detail_header"}}</div> <div class="content"> <div class="sub header"></div> |