From: Mark Otto Date: Wed, 24 Jul 2013 23:31:17 +0000 (-0700) Subject: make footer border color use header border color in modals X-Git-Tag: v3.0.0-rc1~75 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3080104642cd952d830e534eddd38ec67fee914b;p=thirdparty%2Fbootstrap.git make footer border color use header border color in modals --- diff --git a/customize.html b/customize.html index 6a44630c49..ae8f9a11d0 100644 --- a/customize.html +++ b/customize.html @@ -1033,12 +1033,12 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge

Modal content border color for IE8

- +

Modal backdrop background color

-
+
@@ -1046,9 +1046,9 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge
- +

Modal footer border color

-
+ diff --git a/less/variables.less b/less/variables.less index 97e608b361..342eef67c9 100644 --- a/less/variables.less +++ b/less/variables.less @@ -301,10 +301,9 @@ @modal-content-fallback-border-color: #999; @modal-backdrop-bg: #000; - @modal-header-border-color: #e5e5e5; +@modal-footer-border-color: @modal-header-border-color; -@modal-footer-border-color: #e5e5e5; // Alerts // -------------------------