( ′∀`)σ≡σ☆))Д′)レ(゚∀゚;)ヘ=З=З=Зε≡(ノ´_ゝ`)ノ
/*!
* simple-xhr-uploader v0.1.0
* https://github.com/cihadtekin/simple-xhr-uploader
*
* Copyright 2016 Cihad Tekin <cihadtekin@gmail.com>
* Licensed under MIT
*/.simple-xhr .simple-xhr-progress {
height:2px;
margin-bottom:0;
margin-top:10px;
overflow:hidden;
background-color:#f5f5f5;
border-radius:2px;
-webkit-box-shadow:inset 0 1px 2px rgba(0, 0, 0, .1);
box-shadow:inset 0 1px 2px rgba(0, 0, 0, .1);
box-sizing:border-box;
}
.simple-xhr .simple-xhr-progress-bar {
float:left;
width:0;
height:100%;
font-size:5px;
line-height:20px;
color:#fff;
text-align:center;
background-color:#3CF;
-webkit-box-shadow:inset 0 -1px 0 rgba(0, 0, 0, .15);
box-shadow:inset 0 -1px 0 rgba(0, 0, 0, .15);
-webkit-transition:width .6s ease;
-o-transition:width .6s ease;
transition:width .6s ease;
box-sizing:border-box
}
.simple-xhr .simple-xhr-progress-bar-success {
background-color:#3CF
}
.simple-xhr .simple-xhr-progress-bar-error {
background-color:#cc0000
}