Merge pull request #268 from YunoHost/fix-progress-bar

[fix] Progress bars in logs top bar are confusing
This commit is contained in:
Alexandre Aubin 2019-10-23 19:22:57 +02:00 committed by GitHub
commit 5c043919e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -558,6 +558,10 @@ input[type='radio'].nice-radio {
border-radius: 5px;
}
.messages div:not(:first-child) .progress {
display: none;
}
.messages .progress-bar-striped {
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 75%, transparent 75%, transparent);
}