From 6a93a6b88a4b874fba5a1d1edd817cbd91ccfacc Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 20 Oct 2013 16:46:38 -0700 Subject: Fixes #10903 and #10457: IE8-9 don't support events on elements without background-color, so we have to hack it --- dist/css/bootstrap.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index aa2951658..a6812e028 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -730,7 +730,7 @@ address { } code, -kdb, +kbd, pre, samp { font-family: Monaco, Menlo, Consolas, "Courier New", monospace; @@ -6439,6 +6439,8 @@ button.close { margin: 1px; text-indent: -999px; cursor: pointer; + background-color: #000 \9; + background-color: rgba(0, 0, 0, 0); border: 1px solid #ffffff; border-radius: 10px; } -- cgit v1.2.3