Horje
progress bar bootstrap border Code Example
progress bar bootstrap border
.progress-bar{
    border-top-right-radius: 40px !important;
    border-bottom-right-radius: 40px !important;
    -webkit-box-shadow: none !important;
  	-moz-box-shadow: none !important;
	  box-shadow: none !important;
}

.progress{
    border-radius: 40px !important;
    background-color: white !important;
    
    /* Changes below */
    -webkit-box-shadow: inset 0 0 0 2px #337AB7 !important;
	  -moz-box-shadow: inset 0 0 0 2px #337AB7 !important;
	  box-shadow: inset 0 0 0 2px #337AB7 !important;
    border: none;
}




Css

Related
materialize css form file input Code Example materialize css form file input Code Example
html align text anchor Code Example html align text anchor Code Example
how to override material ui css Code Example how to override material ui css Code Example
html invisible hr Code Example html invisible hr Code Example
css commentaire une ligne Code Example css commentaire une ligne Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10