mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-19 10:26:17 +00:00
fix-star-color (#3019)
This commit is contained in:
@@ -17,13 +17,13 @@ body {
|
||||
.file-star,
|
||||
.file-internal-link {
|
||||
font-size: .875rem;
|
||||
color: #585858;
|
||||
color: #999;
|
||||
margin-left: .5rem;
|
||||
}
|
||||
.file-star:hover,
|
||||
.file-star:focus {
|
||||
text-decoration: none;
|
||||
color: inherit;
|
||||
color: #999;
|
||||
}
|
||||
.file-locked-icon {
|
||||
margin-left: .5rem;
|
||||
|
@@ -233,3 +233,7 @@ img[src=""],img:not([src]){ /* for first loading img*/
|
||||
padding: 0 1rem;
|
||||
}
|
||||
|
||||
.cur-view-container .fa-star.fas {
|
||||
color: #999;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user