vue2/benchmarks/big-table/demo.css

16 lines
187 B
CSS
Raw Normal View History

2016-04-16 09:39:07 +08:00
form {
2017-04-06 10:50:21 +08:00
margin-bottom: 15px;
2016-04-16 09:39:07 +08:00
}
td.hidden {
color: #ccc;
}
table.filtered td.item {
background-color: #FFFFBF;
}
table.filtered td.item.hidden {
background-color: transparent;
}