diff options
author | silverwind <me@silverwind.io> | 2020-11-08 17:29:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-08 16:29:18 +0000 |
commit | 8411cb567a5e0fc807376ab09915378baefbc78f (patch) | |
tree | c104f93dff280007e7241683d42a6be97cdba1a4 /web_src/less/_form.less | |
parent | f719e2e80619564acc929254eb66251d863dc6fe (diff) | |
download | gitea-8411cb567a5e0fc807376ab09915378baefbc78f.tar.gz gitea-8411cb567a5e0fc807376ab09915378baefbc78f.zip |
Fix colors and triangles in issues (#13463)
- Fix misaligned triangles
- Fix triangle and header background colors
- Adjust timeline color
Diffstat (limited to 'web_src/less/_form.less')
-rw-r--r-- | web_src/less/_form.less | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/web_src/less/_form.less b/web_src/less/_form.less index 4c0d1efe0b..666e7fa99b 100644 --- a/web_src/less/_form.less +++ b/web_src/less/_form.less @@ -7,15 +7,6 @@ } } -.ui.attached.header { - background: #f0f0f0; - - .right .button { - padding: 8px 10px; - font-weight: normal; - } -} - @create-page-form-input-padding: 250px !important; #create-page-form { form { |