diff options
author | silverwind <me@silverwind.io> | 2021-04-20 06:13:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-20 00:13:03 -0400 |
commit | 5e85cdad29aaca31e40ca2238974f9e3a0ecb1c0 (patch) | |
tree | 1ce1f1ef79eabc14414d31de6f11e7111a9f9083 /web_src/less/themes | |
parent | 2242f381e6f4341e21a7143c9b1e7e5da11d01f7 (diff) | |
download | gitea-5e85cdad29aaca31e40ca2238974f9e3a0ecb1c0.tar.gz gitea-5e85cdad29aaca31e40ca2238974f9e3a0ecb1c0.zip |
Project board improvements (#15429)
* Project board improvements
- Fix link colors
- Extract CSS to own file
- Various minor tweaks to make it look better
Fixes: https://github.com/go-gitea/gitea/issues/15424
Fixes: https://github.com/go-gitea/gitea/issues/15506
Fixes: https://github.com/go-gitea/gitea/pull/15511
* fix squashed cards on small view area
* more css fixes, add second row from issue list
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: 6543 <6543@obermui.de>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Diffstat (limited to 'web_src/less/themes')
-rw-r--r-- | web_src/less/themes/theme-arc-green.less | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/web_src/less/themes/theme-arc-green.less b/web_src/less/themes/theme-arc-green.less index cd381973c5..7c084284d1 100644 --- a/web_src/less/themes/theme-arc-green.less +++ b/web_src/less/themes/theme-arc-green.less @@ -107,6 +107,7 @@ --color-expand-button: #3c404d; --color-placeholder-text: #6a737d; --color-editor-line-highlight: var(--color-primary-light-5); + --color-project-board-bg: var(--color-secondary-light-2); } .ui.horizontal.segments > .segment { @@ -690,10 +691,6 @@ footer .container .links > * { border-color: #383c4a; } -.board-column { - background-color: rgba(0, 0, 0, .2) !important; -} - .tribute-container { box-shadow: 0 .25rem .5rem rgba(0, 0, 0, .6); } |