diff options
author | FuXiaoHei <fuxiaohei@hexiaz.com> | 2014-03-25 23:00:26 +0800 |
---|---|---|
committer | FuXiaoHei <fuxiaohei@hexiaz.com> | 2014-03-25 23:00:26 +0800 |
commit | 23d103c72163cdb4ea65c9756edf22c597060a7e (patch) | |
tree | d35d74557aab2c2219dd5db108358a07356f114c /public | |
parent | 124c4d72bfd911b7966cfd513d469b3aff8ac086 (diff) | |
download | gitea-23d103c72163cdb4ea65c9756edf22c597060a7e.tar.gz gitea-23d103c72163cdb4ea65c9756edf22c597060a7e.zip |
issue list in user
Diffstat (limited to 'public')
-rwxr-xr-x | public/css/gogs.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css index ae970b4799..06f5931916 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; } |