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/themes/theme-arc-green.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/themes/theme-arc-green.less')
-rw-r--r-- | web_src/less/themes/theme-arc-green.less | 41 |
1 files changed, 2 insertions, 39 deletions
diff --git a/web_src/less/themes/theme-arc-green.less b/web_src/less/themes/theme-arc-green.less index a3ad509f76..c22f424a12 100644 --- a/web_src/less/themes/theme-arc-green.less +++ b/web_src/less/themes/theme-arc-green.less @@ -710,7 +710,7 @@ a.ui.basic.green.label:hover { } .ui.pagination.menu .active.item { - color: #dbdbdb; + color: #fff; background-color: #87ab63; } @@ -870,7 +870,6 @@ a.ui.basic.green.label:hover { } .ui.table { - color: #a5a5a5 !important; border-color: var(--color-secondary); background: #353945; } @@ -1020,10 +1019,6 @@ a.ui.basic.green.label:hover { .repository.view.issue .comment-list .comment .content { > .bottom.segment { background: #353945; - a { - border-color: var(--color-secondary); - background-color: #353945; - } } .header { @@ -1180,10 +1175,6 @@ td.blob-hunk { border: 1px solid #333640; } -.ui.repository.list .item:not(:first-child) { - border-top: 1px solid var(--color-secondary); -} - .ui.selection.active.dropdown, .ui.selection.active.dropdown:hover, .ui.selection.active.dropdown .menu, @@ -1236,10 +1227,6 @@ td.blob-hunk { color: #dbdbdb; } -.ui.user.list .item:not(:first-child) { - border-top: 1px solid var(--color-secondary); -} - .ui.secondary.pointing.menu .active.item:hover { color: #dbdbdb; } @@ -1254,10 +1241,6 @@ td.blob-hunk { background: #2c303a; } -.user.settings .email.list .item:not(:first-child) { - border-top: 1px solid #3f4451; -} - .explore .navbar { background-color: #2a2e3a !important; } @@ -1273,10 +1256,6 @@ td.blob-hunk { } } -.settings .key.list .item:not(:first-child) { - border-top: 1px solid var(--color-secondary); -} - .ui.attached.info.message, .ui.info.message { box-shadow: 0 0 0 1px #4b5e71 inset, 0 0 0 0 transparent; @@ -1358,10 +1337,6 @@ td.blob-hunk { box-shadow: 0 0 0 1px rgba(121, 71, 66, .5) inset, 0 0 0 0 transparent; } -.user.profile .ui.card .extra.content ul li:not(:last-child) { - border-bottom: 1px solid var(--color-secondary); -} - .ui.form .dropzone { border: 1px dashed var(--color-secondary); background-color: #2e323e; @@ -1391,10 +1366,6 @@ td.blob-hunk { color: var(--color-secondary-dark-6); } -.ui.user.list .item .description a { - color: #668cb1; -} - .repository.file.list #repo-files-table tbody .svg.octicon-file-directory, .repository.file.list #repo-files-table tbody .svg.octicon-file-submodule { color: #7c9b5e; @@ -1600,7 +1571,7 @@ a.ui.labels .label:hover { .ui.modal > .actions { background: var(--color-secondary); - border-top: 1px solid var(--color-secondary); + border-color: var(--color-secondary); } .ui.modal > .content { @@ -1834,14 +1805,6 @@ footer .container .links > * { border-color: #383c4a; } -.repository.release #release-list > li .detail .download .list { - border-top-color: var(--color-secondary); -} - -.repository.release #release-list > li .detail .download .list li { - border-bottom-color: var(--color-secondary); -} - .board-column { background-color: rgba(0, 0, 0, .2) !important; } |