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 /web_src/less/_admin.less | |
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 'web_src/less/_admin.less')
-rw-r--r-- | web_src/less/_admin.less | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/web_src/less/_admin.less b/web_src/less/_admin.less index 337fcad66b..1a6180d227 100644 --- a/web_src/less/_admin.less +++ b/web_src/less/_admin.less @@ -1,5 +1,7 @@ .admin { - padding-top: 15px; + &.notice { + padding-top: 15px; + } .table.segment { padding: 0; |