Files
ThreadNet-Web/themes/base/css/molecules/ProgressBar.css
T

10 lines
138 B
CSS
Raw Normal View History

2015-06-11 18:23:02 +01:00
.mx_ProgressBar {
height: 5px;
border: 1px solid black;
}
.mx_ProgressBar_fill {
height: 100%;
background-color: #000;
2015-06-11 18:23:02 +01:00
}