AdminLTE/less/pace.less
Abdullah Almsaeed 90f829f420 Added new skin and plugin
New skin (skin-black). Added pace plugin to show page loading like
youtube.
2014-03-05 20:31:35 -05:00

17 lines
269 B
Plaintext

.pace .pace-progress {
background: #00c0ef;
position: fixed;
z-index: 2000;
top: 0;
left: 0;
height: 2px;
-webkit-transition: width 1s;
-moz-transition: width 1s;
-o-transition: width 1s;
transition: width 1s;
}
.pace-inactive {
display: none;
}