mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
10 lines
138 B
CSS
10 lines
138 B
CSS
.mx_ProgressBar {
|
|
height: 5px;
|
|
border: 1px solid black;
|
|
}
|
|
|
|
.mx_ProgressBar_fill {
|
|
height: 100%;
|
|
background-color: #000;
|
|
}
|