Make progress bars distinct site-wide

This commit is contained in:
James Allen 2014-07-16 15:37:22 +01:00
parent 14a9d0838e
commit f7e69cebfd
3 changed files with 3 additions and 5 deletions

View file

@ -58,10 +58,6 @@
width: 400px;
margin-left: -200px;
}
.progress {
background-color: white;
border: 1px solid @toolbar-border-color;
}
}
.loading-panel {

View file

@ -30,6 +30,7 @@
margin-bottom: @line-height-computed;
background-color: @progress-bg;
border-radius: @border-radius-base;
border: 1px solid @progress-border-color;
.box-shadow(inset 0 1px 2px rgba(0,0,0,.1));
}

View file

@ -599,7 +599,8 @@
//##
//** Background color of the whole progress component
@progress-bg: #f5f5f5;
@progress-bg: white;
@progress-border-color: @gray-lighter;
//** Progress bar text color
@progress-bar-color: #fff;