issue style change
This commit is contained in:
parent
23d103c721
commit
8ce9458d65
|
@ -1026,11 +1026,11 @@ html, body {
|
||||||
color: #444;
|
color: #444;
|
||||||
}
|
}
|
||||||
|
|
||||||
#issue .filter-list a.sm{
|
#issue .filter-list a.sm {
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#issue .filter-list hr{
|
#issue .filter-list hr {
|
||||||
border-color: #CCC;
|
border-color: #CCC;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1052,7 +1052,7 @@ html, body {
|
||||||
background-color: #FFF;
|
background-color: #FFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
#issue .issue-item:hover{
|
#issue .issue-item:hover {
|
||||||
background-color: rgba(19, 95, 215, 0.03);
|
background-color: rgba(19, 95, 215, 0.03);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1062,16 +1062,13 @@ html, body {
|
||||||
|
|
||||||
#issue .issue-item .title {
|
#issue .issue-item .title {
|
||||||
margin-bottom: 16px;
|
margin-bottom: 16px;
|
||||||
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
#issue .issue-item h5.title a {
|
#issue .issue-item h5.title a {
|
||||||
color: #444;
|
color: #444;
|
||||||
}
|
}
|
||||||
|
|
||||||
#issue .issue-item.unread h5 {
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
|
|
||||||
#issue .issue-item .info span {
|
#issue .issue-item .info span {
|
||||||
margin-right: 12px;
|
margin-right: 12px;
|
||||||
color: #888;
|
color: #888;
|
||||||
|
|
Loading…
Reference in New Issue