disable animation of progress bar
This commit is contained in:
parent
20956a84c5
commit
25128e2edb
|
@ -1,4 +1,12 @@
|
||||||
/* bootstrap */
|
/* bootstrap */
|
||||||
|
.progress-bar {
|
||||||
|
-webkit-transition: initial !important;
|
||||||
|
-moz-transition: initial !important;
|
||||||
|
-ms-transition: initial !important;
|
||||||
|
-o-transition: initial !important;
|
||||||
|
transition: initial !important;
|
||||||
|
}
|
||||||
|
|
||||||
.input-group-addon-compact {
|
.input-group-addon-compact {
|
||||||
padding: 0 4px 0 4px;
|
padding: 0 4px 0 4px;
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue