Remove .invisible class in base.css - refs BT#11642

pull/2487/head
Angel Fernando Quiroz Campos 9 years ago
parent f8604f9815
commit 69919892f4
  1. 9
      app/Resources/public/css/base.css

@ -2181,12 +2181,6 @@ form .formw .freeze {
font-weight: normal;
font-size: 90%;
}
.invisible {
color: #999;
}
.invisible h2 {
color: #999;
}
.requirements td {
padding:5px;
}
@ -3243,9 +3237,6 @@ a.forum_group_link {
.link .list-group-item-heading a{
text-decoration: none;
}
.link .list-group-item-heading .invisible{
color: #666666;
}
.link .list-group-item-text{
font-size: 12px;
}

Loading…
Cancel
Save