From 0c9308a3b29be6d56c582dce33092164be7997b4 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 6 Mar 2014 21:40:22 -0800 Subject: Rewrite the disabled list group items to simplify styles --- dist/css/bootstrap.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 8dedf2fd9..271b87458 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -4699,7 +4699,6 @@ a.list-group-item:focus { .list-group-item.disabled:focus { color: #999; background-color: #eee; - border-color: #eee; } .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, @@ -4709,7 +4708,7 @@ a.list-group-item:focus { .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text { - color: #fff; + color: #999; } .list-group-item.active, .list-group-item.active:hover, -- cgit v1.2.3