mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
Merge pull request #268 from YunoHost/fix-progress-bar
[fix] Progress bars in logs top bar are confusing
This commit is contained in:
commit
5c043919e1
1 changed files with 4 additions and 0 deletions
|
@ -558,6 +558,10 @@ input[type='radio'].nice-radio {
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.messages div:not(:first-child) .progress {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
.messages .progress-bar-striped {
|
.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);
|
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);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue