mirror of
https://github.com/vuejs/vue.git
synced 2024-11-22 04:39:46 +00:00
16 lines
187 B
CSS
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;
|
|
}
|