diff options
| author | Mark Otto <[email protected]> | 2012-11-30 15:05:23 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-11-30 15:05:23 -0800 |
| commit | 9239bfbc7bbd549d987da03046399dd5fcbd5f7f (patch) | |
| tree | 59ccd973d5d5a0c4c87f7d98520cc505834edd24 /less/modals.less | |
| parent | b0e2b5813db753bdfa3ee018ccdd73e78a69457e (diff) | |
| download | bootstrap-9239bfbc7bbd549d987da03046399dd5fcbd5f7f.tar.xz bootstrap-9239bfbc7bbd549d987da03046399dd5fcbd5f7f.zip | |
more vars changed, remove @white var
Diffstat (limited to 'less/modals.less')
| -rw-r--r-- | less/modals.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/less/modals.less b/less/modals.less index 99fe2d45f..86be20de6 100644 --- a/less/modals.less +++ b/less/modals.less @@ -28,7 +28,7 @@ z-index: @zindexModal; width: 560px; margin-left: -280px; - background-color: @white; + background-color: #fff; border: 1px solid #999; border: 1px solid rgba(0,0,0,.3); border-radius: 6px; @@ -74,7 +74,7 @@ background-color: #f5f5f5; border-top: 1px solid #ddd; border-radius: 0 0 6px 6px; - .box-shadow(inset 0 1px 0 @white); + .box-shadow(inset 0 1px 0 #fff); .clearfix(); // clear it in case folks use .pull-* classes on buttons // Properly space out buttons |
