mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-24 21:07:17 +00:00
12.0 fix icon style (#6115)
* 01 update font * 02 change icon color * 03 change icon
This commit is contained in:
@@ -287,18 +287,26 @@ img[src=""],img:not([src]){ /* for first loading img*/
|
||||
word-break: keep-all;
|
||||
max-width: 80%;
|
||||
}
|
||||
|
||||
.path-container a, .path-container span {
|
||||
max-height: 50px;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
}
|
||||
|
||||
.path-container span, .path-container a {
|
||||
flex-shrink: 1;
|
||||
}
|
||||
}
|
||||
|
||||
.path-container span:first-child, .path-container span:last-child {
|
||||
flex-shrink: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.path-container span.path-file-name, .path-container span.path-repo-name {
|
||||
flex-shrink: 1;
|
||||
}
|
||||
|
||||
.path-container .op-btn .sf3-font {
|
||||
color: #444;
|
||||
}
|
||||
|
Reference in New Issue
Block a user