From 23d103c72163cdb4ea65c9756edf22c597060a7e Mon Sep 17 00:00:00 2001 From: FuXiaoHei Date: Tue, 25 Mar 2014 23:00:26 +0800 Subject: issue list in user --- public/css/gogs.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'public/css') diff --git a/public/css/gogs.css b/public/css/gogs.css index ae970b47..06f59319 100755 --- a/public/css/gogs.css +++ b/public/css/gogs.css @@ -1026,6 +1026,14 @@ html, body { color: #444; } +#issue .filter-list a.sm{ + font-size: 13px; +} + +#issue .filter-list hr{ + border-color: #CCC; +} + #issue .filter-list a:hover { background-color: #DDD; text-decoration: none; @@ -1044,6 +1052,10 @@ html, body { background-color: #FFF; } +#issue .issue-item:hover{ + background-color: rgba(19, 95, 215, 0.03); +} + #issue .list-group .list-group-item.unread { border-left: 2px solid #DD4B39; } -- cgit v1.2.3