diff options
author | Unknwon <u@gogs.io> | 2016-03-15 19:52:40 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-03-15 19:52:40 -0400 |
commit | 9a5a27ea8d855e8724ebb066a40e43a7dea119f5 (patch) | |
tree | 7853ef7f337f47e065171473df0e6fd3899dd7b8 /public/css | |
parent | 94d7b62922055d74424fa20439b563b0457b3558 (diff) | |
download | gitea-9a5a27ea8d855e8724ebb066a40e43a7dea119f5.tar.gz gitea-9a5a27ea8d855e8724ebb066a40e43a7dea119f5.zip |
Improve repository lable style
- add border-radius to filter list items
- use color as background of label for issue/pull view page
Diffstat (limited to 'public/css')
-rw-r--r-- | public/css/gogs.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css index 7c7ea83c63..7f71924b15 100644 --- a/public/css/gogs.css +++ b/public/css/gogs.css @@ -1140,6 +1140,7 @@ footer .container .links > *:first-child { border-bottom: none; } .repository .filter.menu .label.color { + border-radius: 3px; margin-left: 15px; padding: 0 8px; } |