aboutsummaryrefslogtreecommitdiff
path: root/less/modals.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-11-30 15:05:23 -0800
committerMark Otto <[email protected]>2012-11-30 15:05:23 -0800
commit9239bfbc7bbd549d987da03046399dd5fcbd5f7f (patch)
tree59ccd973d5d5a0c4c87f7d98520cc505834edd24 /less/modals.less
parentb0e2b5813db753bdfa3ee018ccdd73e78a69457e (diff)
downloadbootstrap-9239bfbc7bbd549d987da03046399dd5fcbd5f7f.tar.xz
bootstrap-9239bfbc7bbd549d987da03046399dd5fcbd5f7f.zip
more vars changed, remove @white var
Diffstat (limited to 'less/modals.less')
-rw-r--r--less/modals.less4
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