mirror of
https://gitee.com/vuejs/vue.git
synced 2024-12-05 21:47:35 +08:00
16 lines
188 B
CSS
16 lines
188 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;
|
||
|
}
|