v1.5.28: Visuelle Fortschrittsanzeigen (JDownloader 2 Style)
Build and Release / build (push) Has been cancelled
Build and Release / build (push) Has been cancelled
This commit is contained in:
@@ -641,6 +641,49 @@ body,
|
||||
font-variant-numeric: tabular-nums;
|
||||
}
|
||||
|
||||
.progress-inline {
|
||||
display: block;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
height: 18px;
|
||||
background: var(--progress-track);
|
||||
border-radius: 4px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.progress-inline-bar {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
height: 100%;
|
||||
background: linear-gradient(90deg, #22c55e, #4ade80);
|
||||
border-radius: 4px;
|
||||
transition: width 0.15s ease;
|
||||
}
|
||||
|
||||
.progress-inline-text {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
font-size: 11px;
|
||||
font-weight: 600;
|
||||
color: var(--text);
|
||||
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
|
||||
}
|
||||
|
||||
.progress-inline-small {
|
||||
height: 14px;
|
||||
}
|
||||
|
||||
.progress-inline-small .progress-inline-text {
|
||||
font-size: 10px;
|
||||
}
|
||||
|
||||
.search-input {
|
||||
width: min(360px, 100%);
|
||||
background: var(--field);
|
||||
|
||||
Reference in New Issue
Block a user