From a2f120a7aa2f0906c8a96ae70c6ad28968f423ba Mon Sep 17 00:00:00 2001 From: Yulong Liu Date: Fri, 26 Jul 2013 21:59:50 +0800 Subject: remove background:none --- dist/css/bootstrap.css | 1 - 1 file changed, 1 deletion(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 5c57d5c4b..2ff50b39a 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -1728,7 +1728,6 @@ select.input-small { .btn:active, .btn.active { - background-image: none; outline: 0; -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -- cgit v1.2.3 From e4300fa1bf22e1836abf47db45a97ee16cf7ad1f Mon Sep 17 00:00:00 2001 From: Yulong Liu Date: Fri, 26 Jul 2013 22:27:55 +0800 Subject: fix background of btn-link --- dist/css/bootstrap.css | 1 - 1 file changed, 1 deletion(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 2ff50b39a..8b8c45031 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -1954,7 +1954,6 @@ fieldset[disabled] .btn-info.active { .btn-link[disabled], fieldset[disabled] .btn-link { background-color: transparent; - background-image: none; -webkit-box-shadow: none; box-shadow: none; } -- cgit v1.2.3