@lidorsystems/integralui-web
Version:
IntegralUI Web - Advanced UI Components for Angular
29 lines (24 loc) • 407 B
CSS
.iui-progressbar
{
background: white;
border: thin solid #cecece;
border-radius: 3px;
color: black;
cursor: default;
margin: 0;
overflow: hidden;
padding: 2px;
position: relative;
}
.iui-progressbar-content
{
background: #bebebe;
border-radius: 3px;
height: 12px;
}
/* Disabled State */
.iui-progressbar-disabled div
{
opacity: 0.25;
pointer-events: none;
}