summaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
authorFuXiaoHei <fuxiaohei@hexiaz.com>2014-03-25 23:58:23 +0800
committerFuXiaoHei <fuxiaohei@hexiaz.com>2014-03-25 23:58:23 +0800
commit8ce9458d654c38d7e815d78a14b9f3daf599e284 (patch)
treeb28afdb5291c4ccf2047c772c843ece8b519faf7 /public
parent23d103c72163cdb4ea65c9756edf22c597060a7e (diff)
downloadgitea-8ce9458d654c38d7e815d78a14b9f3daf599e284.tar.gz
gitea-8ce9458d654c38d7e815d78a14b9f3daf599e284.zip
issue style change
Diffstat (limited to 'public')
-rwxr-xr-xpublic/css/gogs.css11
1 files changed, 4 insertions, 7 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css
index 06f5931916..69d8f7f49f 100755
--- a/public/css/gogs.css
+++ b/public/css/gogs.css
@@ -1026,11 +1026,11 @@ html, body {
color: #444;
}
-#issue .filter-list a.sm{
+#issue .filter-list a.sm {
font-size: 13px;
}
-#issue .filter-list hr{
+#issue .filter-list hr {
border-color: #CCC;
}
@@ -1052,7 +1052,7 @@ html, body {
background-color: #FFF;
}
-#issue .issue-item:hover{
+#issue .issue-item:hover {
background-color: rgba(19, 95, 215, 0.03);
}
@@ -1062,16 +1062,13 @@ html, body {
#issue .issue-item .title {
margin-bottom: 16px;
+ font-weight: bold;
}
#issue .issue-item h5.title a {
color: #444;
}
-#issue .issue-item.unread h5 {
- font-weight: bold;
-}
-
#issue .issue-item .info span {
margin-right: 12px;
color: #888;