0
0
Fork 0

Add hints about incomplete remote content to web UI (#14031)

This commit is contained in:
Eugen Rochko 2020-06-14 22:29:40 +02:00 committed by GitHub
parent b1484cf3ce
commit 3e9dc4044b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
77 changed files with 584 additions and 8 deletions

View file

@ -3227,6 +3227,31 @@ a.status-card.compact:hover {
border-bottom: 1px solid lighten($ui-base-color, 8%);
}
.timeline-hint {
text-align: center;
color: $darker-text-color;
padding: 15px;
box-sizing: border-box;
width: 100%;
cursor: default;
strong {
font-weight: 500;
}
a {
color: lighten($ui-highlight-color, 8%);
text-decoration: none;
&:hover,
&:focus,
&:active {
text-decoration: underline;
color: lighten($ui-highlight-color, 12%);
}
}
}
.regeneration-indicator {
text-align: center;
font-size: 16px;