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/close.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/close.less')
| -rw-r--r-- | less/close.less | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/less/close.less b/less/close.less index 5fe23b3dc..454a73fdc 100644 --- a/less/close.less +++ b/less/close.less @@ -8,13 +8,13 @@ font-size: (@font-size-base * 1.5); font-weight: bold; line-height: 1; - color: #000; - text-shadow: 0 1px 0 rgba(255,255,255,1); + color: @close-color; + text-shadow: @close-text-shadow; .opacity(.2); &:hover, &:focus { - color: #000; + color: @close-hover-color; text-decoration: none; cursor: pointer; .opacity(.5); |
