vue/benchmarks/big-table/demo.css
2017-04-06 10:50:21 +08:00

16 lines
187 B
CSS

form {
margin-bottom: 15px;
}
td.hidden {
color: #ccc;
}
table.filtered td.item {
background-color: #FFFFBF;
}
table.filtered td.item.hidden {
background-color: transparent;
}