1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-13 13:50:07 +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

@@ -17,13 +17,13 @@ body {
.file-star, .file-star,
.file-internal-link { .file-internal-link {
font-size: .875rem; font-size: .875rem;
color: #585858; color: #999;
margin-left: .5rem; margin-left: .5rem;
} }
.file-star:hover, .file-star:hover,
.file-star:focus { .file-star:focus {
text-decoration: none; text-decoration: none;
color: inherit; color: #999;
} }
.file-locked-icon { .file-locked-icon {
margin-left: .5rem; margin-left: .5rem;

View File

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

View File

@@ -55,7 +55,7 @@
#file-star { #file-star {
vertical-align:middle; vertical-align:middle;
margin-left:3px; margin-left:3px;
color:#a4a4a4; color:#999;
} }
.file-path { .file-path {
margin: 0 0 9px; margin: 0 0 9px;