diff options
| author | syed <[email protected]> | 2013-07-20 12:56:20 +0500 |
|---|---|---|
| committer | syed <[email protected]> | 2013-07-20 12:56:20 +0500 |
| commit | c2e37414d88180f2f7affe7655eddbb9468103c3 (patch) | |
| tree | f78b79f54271782c25b203ec43d4757667a949a6 /less/buttons.less | |
| parent | 453346262f879f5e4e37e50b1462de72f3f60f59 (diff) | |
| download | bootstrap-c2e37414d88180f2f7affe7655eddbb9468103c3.tar.xz bootstrap-c2e37414d88180f2f7affe7655eddbb9468103c3.zip | |
Move inline properties to variables.less
moved buttons.less, carousel.less & close.less in this commit
Diffstat (limited to 'less/buttons.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 3cc7da00d..ad3c7ac61 100644 --- a/less/buttons.less +++ b/less/buttons.less @@ -27,7 +27,7 @@ &:hover, &:focus { - color: #fff; + color: @btn-hover-color; text-decoration: none; } |
