Files
server/opt/psa/admin/htdocs/modules/panel-migrator/css/gauge.css
2026-01-07 20:52:11 +01:00

23 lines
443 B
CSS

.migrator-gauge-container {
display: block;
overflow: hidden;
height: 12px;
}
.migrator-gauge-filled {
float: left;
box-sizing: border-box;
width: 0;
height: 100%;
background-color: #80c2de;
}
.migrator-gauge-wrapper {
display: block;
overflow: hidden;
height: 12px;
position: relative;
min-width: 85px;
margin: 2px 0;
font-size: 1px;
line-height: 1px;
background: #e2e2e2;
}