summaryrefslogtreecommitdiffstats
path: root/public/css
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2016-03-15 19:52:40 -0400
committerUnknwon <u@gogs.io>2016-03-15 19:52:40 -0400
commit9a5a27ea8d855e8724ebb066a40e43a7dea119f5 (patch)
tree7853ef7f337f47e065171473df0e6fd3899dd7b8 /public/css
parent94d7b62922055d74424fa20439b563b0457b3558 (diff)
downloadgitea-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.css1
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;
}