diff options
| author | Mark Otto <[email protected]> | 2012-12-19 22:02:57 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-12-19 22:02:57 -0800 |
| commit | 7449e2e5a18d3f5d3c0ef76b0960f70b77fb47e8 (patch) | |
| tree | 6631080e8d9aba8901617a21bf9ac3fde13a826f /less/modals.less | |
| parent | 65edc9cd6e453a7bf30ccbd6a57b3ea340e21907 (diff) | |
| download | bootstrap-7449e2e5a18d3f5d3c0ef76b0960f70b77fb47e8.tar.xz bootstrap-7449e2e5a18d3f5d3c0ef76b0960f70b77fb47e8.zip | |
Remove @black and just use #000
Diffstat (limited to 'less/modals.less')
| -rw-r--r-- | less/modals.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/modals.less b/less/modals.less index 584346e94..8da32dea9 100644 --- a/less/modals.less +++ b/less/modals.less @@ -10,7 +10,7 @@ bottom: 0; left: 0; z-index: @zindex-modal-background; - background-color: @black; + background-color: #000; // Fade for backdrop &.fade { opacity: 0; } } |
