diff options
| author | Mark Otto <[email protected]> | 2012-02-17 20:25:49 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-02-17 20:25:49 -0800 |
| commit | e7d45184f1331bf4e82f7391d9607c4078b94278 (patch) | |
| tree | 2a2451503a6c80f186aff5a6565f5648263f68d3 /less | |
| parent | 5d02b8c3c639580825c15d1f7b2210fbb0c3e675 (diff) | |
| download | bootstrap-e7d45184f1331bf4e82f7391d9607c4078b94278.tar.xz bootstrap-e7d45184f1331bf4e82f7391d9607c4078b94278.zip | |
swap last .btn-dark reference
Diffstat (limited to 'less')
| -rw-r--r-- | less/buttons.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/buttons.less b/less/buttons.less index 55e9fbf1c..7b29f22bb 100644 --- a/less/buttons.less +++ b/less/buttons.less @@ -126,7 +126,7 @@ .btn-danger.active, .btn-success.active, .btn-info.active, -.btn-dark.active { +.btn-inverse.active { color: rgba(255,255,255,.75); } |
