1234567891011121314151617181920212223242526272829 |
- .list-group.checked-list-box .list-group-item.active {
- text-decoration: line-through;
- background-color: #fff;
- color: #333;
- }
- .list-group.checked-list-box .list-group-item.active a {
- color: #337ab7;
- }
- .list-group.checked-list-box .list-group-item {
- border: 0px;
- }
- .report-container {
- padding: 15px;
- }
- .report-list {
- margin-top: 20px;
- }
- .list-group-item-inner {
- border: 1px dashed #ddd;
- }
- .agg-title {
- font-weight: bold;
- }
|