]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
not quite #fff on .list-group-item-text
authorMark Otto <otto@github.com>
Sun, 31 Mar 2013 00:00:11 +0000 (17:00 -0700)
committerMark Otto <otto@github.com>
Sun, 31 Mar 2013 00:00:11 +0000 (17:00 -0700)
docs/assets/css/bootstrap.css
less/list-group.less

index 8e5a3dbc50ab081d8b201a6a2b35746609c28548..dadd158451f4b88dab90e5c63cf77fdbc38b39f4 100644 (file)
@@ -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;
index 23ddb0d47e6b5ccb659679511c44821f865fc574..d37027d50759319fcf8812da62854aaf07683223 100644 (file)
@@ -72,10 +72,12 @@ a.list-group-item.active {
   border-color: @list-group-active-border;
 
   // Force color to inherit for custom content
-  .list-group-item-heading,
-  .list-group-item-text {
+  .list-group-item-heading {
     color: inherit;
   }
+  .list-group-item-text {
+    color: lighten(@list-group-active-bg, 40%);
+  }
 }
 
 // Chevrons and badges within list items