aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage/ui/bluemoon/progress.reel/progress.css
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/montage/ui/bluemoon/progress.reel/progress.css')
-rw-r--r--node_modules/montage/ui/bluemoon/progress.reel/progress.css38
1 files changed, 19 insertions, 19 deletions
diff --git a/node_modules/montage/ui/bluemoon/progress.reel/progress.css b/node_modules/montage/ui/bluemoon/progress.reel/progress.css
index 54da4477..6c4f730d 100644
--- a/node_modules/montage/ui/bluemoon/progress.reel/progress.css
+++ b/node_modules/montage/ui/bluemoon/progress.reel/progress.css
@@ -28,31 +28,31 @@ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
28POSSIBILITY OF SUCH DAMAGE. 28POSSIBILITY OF SUCH DAMAGE.
29</copyright> */ 29</copyright> */
30.montage-progress { 30.montage-progress {
31 height: 7px; 31 height: 7px;
32 padding: 1px; 32 padding: 1px;
33 border-radius: 5px / 4px; 33 border-radius: 5px / 4px;
34 overflow: hidden; 34 overflow: hidden;
35 background: #ccc url(rule.png); 35 background: #ccc url(rule.png);
36 -webkit-box-shadow: inset rgba(0,0,0,.2) 0 0 0 1px, rgba(255,255,255,.5) 0 1px 1px, rgba(0,0,0,.1) 0 -1px 0px; 36 -webkit-box-shadow: inset rgba(0,0,0,.2) 0 0 0 1px, rgba(255,255,255,.5) 0 1px 1px, rgba(0,0,0,.1) 0 -1px 0px;
37 -moz-box-shadow: inset rgba(0,0,0,.2) 0 0 0 1px, rgba(255,255,255,.5) 0 1px 1px, rgba(0,0,0,.1) 0 -1px 0px; 37 -moz-box-shadow: inset rgba(0,0,0,.2) 0 0 0 1px, rgba(255,255,255,.5) 0 1px 1px, rgba(0,0,0,.1) 0 -1px 0px;
38 box-shadow: inset rgba(0,0,0,.2) 0 0 0 1px, rgba(255,255,255,.5) 0 1px 1px, rgba(0,0,0,.1) 0 -1px 0px; 38 box-shadow: inset rgba(0,0,0,.2) 0 0 0 1px, rgba(255,255,255,.5) 0 1px 1px, rgba(0,0,0,.1) 0 -1px 0px;
39} 39}
40 40
41.montage-progress .bar { 41.montage-progress .bar {
42 height: 7px; 42 height: 7px;
43 border-radius: inherit; 43 border-radius: inherit;
44 background: #0cbeff; 44 background: #0cbeff;
45 45
46 -webkit-transition: width .3s cubic-bezier(0.25, 0.1, 0.3, 0.9); 46 -webkit-transition: width .3s cubic-bezier(0.25, 0.1, 0.3, 0.9);
47 -moz-transition: width .3s cubic-bezier(0.25, 0.1, 0.3, 0.9); 47 -moz-transition: width .3s cubic-bezier(0.25, 0.1, 0.3, 0.9);
48 transition: width .3s cubic-bezier(0.25, 0.1, 0.3, 0.9); 48 transition: width .3s cubic-bezier(0.25, 0.1, 0.3, 0.9);
49} 49}
50 50
51.montage-progress.dark { 51.montage-progress.dark {
52 background: url(rule.png), -webkit-gradient(linear, 0% 0%, 0% 100%, 52 background: url(rule.png), -webkit-gradient(linear, 0% 0%, 0% 100%,
53 color-stop(0%, #303030), color-stop(100%, #3f3f3f) ); 53 color-stop(0%, #303030), color-stop(100%, #3f3f3f) );
54 54
55 -webkit-box-shadow: rgba(255,255,255,.1) 0 1px 0, rgba(0,0,0,.1) 0 -1px 0px; 55 -webkit-box-shadow: rgba(255,255,255,.1) 0 1px 0, rgba(0,0,0,.1) 0 -1px 0px;
56 -moz-box-shadow: rgba(255,255,255,.1) 0 1px 0, rgba(0,0,0,.1) 0 -1px 0px; 56 -moz-box-shadow: rgba(255,255,255,.1) 0 1px 0, rgba(0,0,0,.1) 0 -1px 0px;
57 box-shadow: rgba(255,255,255,.1) 0 1px 0, rgba(0,0,0,.1) 0 -1px 0px; 57 box-shadow: rgba(255,255,255,.1) 0 1px 0, rgba(0,0,0,.1) 0 -1px 0px;
58} 58}