amelia, cyborg, slate: style modals, closes #126
[bootswatch] / amelia / variables.less
index 989c202..5c3a005 100644 (file)
 @modal-title-padding:         15px;
 @modal-title-line-height:     @line-height-base;
 
-@modal-content-bg:                             #fff;
+@modal-content-bg:                             lighten(@body-bg, 5%);
 @modal-content-border-color:                   rgba(0,0,0,.2);
 @modal-content-fallback-border-color:          #999;
 
 @modal-backdrop-bg:           #000;
-@modal-header-border-color:   #e5e5e5;
+@modal-header-border-color:   darken(@body-bg, 5%);
 @modal-footer-border-color:   @modal-header-border-color;
 
 
 // -------------------------
 
 // Hr border color
-@hr-border:                   @gray-lighter;
+@hr-border:                   darken(@body-bg, 5%);
 
 // Horizontal forms & lists
 @component-offset-horizontal: 180px;