diff options
author | silverwind <me@silverwind.io> | 2020-11-01 21:04:26 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-01 15:04:26 -0500 |
commit | 4617bb689b217ae039297ec16124e73b81487b15 (patch) | |
tree | 0320ce0f74a2e70da28b9d95d1e92a9602b8210b /web_src/less/_editor.less | |
parent | 543697e61e4881256ab56a0fd26eed9765eac1de (diff) | |
download | gitea-4617bb689b217ae039297ec16124e73b81487b15.tar.gz gitea-4617bb689b217ae039297ec16124e73b81487b15.zip |
Misc UI fixes, add secondary color (#13378)
* Misc UI fixes, add secondary color
- Add secondary color, primarily used in arc-green currently
- Convert icons on release page to SVG
- Improve resolved conversation placeholder
- Diff fixes on arc-green
- Misc color tweaks
* fix comment header, adjust arc-green dropzone
* label margin, sidebar margin
* flexbox commits table and add primary button styles
* tooltip styles
* file header fixes
Co-authored-by: Lauris BH <lauris@nix.lv>
Co-authored-by: zeripath <art27@cantab.net>
Diffstat (limited to 'web_src/less/_editor.less')
-rw-r--r-- | web_src/less/_editor.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web_src/less/_editor.less b/web_src/less/_editor.less index 86890475e2..e783267167 100644 --- a/web_src/less/_editor.less +++ b/web_src/less/_editor.less @@ -49,8 +49,8 @@ .edit-diff > div > .ui.table { border-top: none !important; border-bottom: none !important; - border-left: 1px solid #d4d4d5 !important; - border-right: 1px solid #d4d4d5 !important; + border-left: 1px solid var(--color-secondary) !important; + border-right: 1px solid var(--color-secondary) !important; } #edit_area { |