diff options
| author | Mark Otto <[email protected]> | 2013-07-26 10:44:46 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-26 10:44:46 -0700 |
| commit | e62e992b88cc1223c8485e9415bba9213764257a (patch) | |
| tree | 6bef36b7a841b408f61c923162bec634f63005a6 /less/progress-bars.less | |
| parent | d28b7913f6ac05e57f2058cc1f6d40e206b2ea43 (diff) | |
| parent | 1b8ba0d15925a02e1522590423e38a7c888ea062 (diff) | |
| download | bootstrap-e62e992b88cc1223c8485e9415bba9213764257a.tar.xz bootstrap-e62e992b88cc1223c8485e9415bba9213764257a.zip | |
Merge branch '3.0.0-wip' of https://github.com/saas786/bootstrap into saas786-3.0.0-wip
Diffstat (limited to 'less/progress-bars.less')
| -rw-r--r-- | less/progress-bars.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/less/progress-bars.less b/less/progress-bars.less index 59f81048f..6e059e934 100644 --- a/less/progress-bars.less +++ b/less/progress-bars.less @@ -57,9 +57,9 @@ width: 0%; height: 100%; font-size: @font-size-small; - color: #fff; + color: @progress-bar-color; text-align: center; - text-shadow: 0 -1px 0 rgba(0,0,0,.25); + text-shadow: @progress-bar-text-shadow; background-color: @progress-bar-bg; .box-shadow(inset 0 -1px 0 rgba(0,0,0,.15)); .transition(width .6s ease); |
