diff options
author | Iván Valdés <iv@a.ki> | 2020-10-15 01:17:48 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-15 11:17:48 +0300 |
commit | 05c7e5874271fd70bab108b873e1d76bde29367c (patch) | |
tree | a7c656093b3c2fe42cb3afc23a32e1aa7a94a3f2 /web_src | |
parent | bfb3333528fea25ed5b193ea2ef723f568174dae (diff) | |
download | gitea-05c7e5874271fd70bab108b873e1d76bde29367c.tar.gz gitea-05c7e5874271fd70bab108b873e1d76bde29367c.zip |
Show outdated comments in pull request (#13148)
Co-authored-by: zeripath <art27@cantab.net>
Diffstat (limited to 'web_src')
-rw-r--r-- | web_src/less/_repository.less | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/web_src/less/_repository.less b/web_src/less/_repository.less index ca1a87b557..619bc749ef 100644 --- a/web_src/less/_repository.less +++ b/web_src/less/_repository.less @@ -1220,6 +1220,16 @@ display: block; } } + + .tag { + color: black; + margin: 3px 0 0 5px; + padding: 2px 5px; + font-size: 12px; + border: 1px solid rgba(0, 0, 0, .1); + border-radius: 3px; + background-color: #fffbb2; + } } } |