mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-18 12:39:41 +03:00
not quite #fff on .list-group-item-text
This commit is contained in:
Vendored
+5
-2
@@ -2999,11 +2999,14 @@ a.list-group-item.active {
|
||||
border-color: #428bca;
|
||||
}
|
||||
|
||||
a.list-group-item.active .list-group-item-heading,
|
||||
a.list-group-item.active .list-group-item-text {
|
||||
a.list-group-item.active .list-group-item-heading {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
a.list-group-item.active .list-group-item-text {
|
||||
color: #e1edf7;
|
||||
}
|
||||
|
||||
.list-group-item > .badge,
|
||||
.list-group-item > .glyphicon-chevron-right {
|
||||
float: right;
|
||||
|
||||
Reference in New Issue
Block a user