From 9a5a27ea8d855e8724ebb066a40e43a7dea119f5 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Tue, 15 Mar 2016 19:52:40 -0400 Subject: Improve repository lable style - add border-radius to filter list items - use color as background of label for issue/pull view page --- public/css/gogs.css | 1 + 1 file changed, 1 insertion(+) (limited to 'public/css') diff --git a/public/css/gogs.css b/public/css/gogs.css index 7c7ea83c..7f71924b 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; } -- cgit v1.2.3