diff options
| author | Max Edmands <[email protected]> | 2013-10-16 22:55:40 -0700 |
|---|---|---|
| committer | Max Edmands <[email protected]> | 2013-10-16 22:56:13 -0700 |
| commit | 693915d1277d465844c6757fc107110342229d76 (patch) | |
| tree | ace2a3a84f96b00bac1f3cbbb7eeccf7df090bb4 /dist/css/bootstrap.css | |
| parent | 0c2055ef381d55388540496996788861fa04b7d8 (diff) | |
| download | bootstrap-693915d1277d465844c6757fc107110342229d76.tar.xz bootstrap-693915d1277d465844c6757fc107110342229d76.zip | |
Active state overrides contextual list-item styles
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index bf422cf29..a6fa11dbb 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -5511,32 +5511,32 @@ a.thumbnail.active { margin-right: 5px; } -.list-group > .list-group-item.success { +.list-group-item.success { background-color: #dff0d8; border-color: #d6e9c6; } -.list-group > .list-group-item.success:hover { +.list-group-item.success:hover { background-color: #d0e9c6; border-color: #c9e2b3; } -.list-group > .list-group-item.danger { +.list-group-item.danger { background-color: #f2dede; border-color: #ebccd1; } -.list-group > .list-group-item.danger:hover { +.list-group-item.danger:hover { background-color: #ebcccc; border-color: #e4b9c0; } -.list-group > .list-group-item.warning { +.list-group-item.warning { background-color: #fcf8e3; border-color: #faebcc; } -.list-group > .list-group-item.warning:hover { +.list-group-item.warning:hover { background-color: #faf2cc; border-color: #f7e1b5; } |
