1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-12 21:30:39 +00:00

fix-star-color (#3019)

This commit is contained in:
Michael An
2019-02-28 17:53:43 +08:00
committed by Daniel Pan
parent 8818fc1c8e
commit c459c350bc
3 changed files with 7 additions and 3 deletions

View File

@@ -233,3 +233,7 @@ img[src=""],img:not([src]){ /* for first loading img*/
padding: 0 1rem;
}
.cur-view-container .fa-star.fas {
color: #999;
}