diff options
| author | syed <[email protected]> | 2013-07-26 17:04:15 +0500 |
|---|---|---|
| committer | syed <[email protected]> | 2013-07-26 17:04:15 +0500 |
| commit | 1b8ba0d15925a02e1522590423e38a7c888ea062 (patch) | |
| tree | 044a51c74366e965b331dbd95d1287cf3abde027 /less/progress-bars.less | |
| parent | 2a51ebf671aca07cdb549c264a9b2c2dd3d7d540 (diff) | |
| download | bootstrap-1b8ba0d15925a02e1522590423e38a7c888ea062.tar.xz bootstrap-1b8ba0d15925a02e1522590423e38a7c888ea062.zip | |
move things around :)
Moved pager, pagination, popovers, tooltip, progress bars & type
properties to variables.less
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); |
