mirror of https://github.com/go-gitea/gitea.git
minor css fix
This commit is contained in:
parent
ff5f14431e
commit
9a27e1b90c
|
@ -2539,6 +2539,9 @@ footer .container .links > *:first-child {
|
||||||
background: rgba(0, 0, 0, 0.05) !important;
|
background: rgba(0, 0, 0, 0.05) !important;
|
||||||
color: rgba(0, 0, 0, 0.95) !important;
|
color: rgba(0, 0, 0, 0.95) !important;
|
||||||
}
|
}
|
||||||
|
#search-user-box .results .item img {
|
||||||
|
margin-right: 8px;
|
||||||
|
}
|
||||||
.issue.list {
|
.issue.list {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
padding-top: 15px;
|
padding-top: 15px;
|
||||||
|
|
|
@ -979,6 +979,9 @@
|
||||||
background: rgba(0,0,0,.05)!important;
|
background: rgba(0,0,0,.05)!important;
|
||||||
color: rgba(0,0,0,.95)!important;
|
color: rgba(0,0,0,.95)!important;
|
||||||
}
|
}
|
||||||
|
img {
|
||||||
|
margin-right: 8px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue