witten
/
luminotes
Archived
1
0
Fork 0
This repository has been archived on 2023-12-16. You can view files and clone it, but cannot push or open issues or pull requests.
luminotes/static/jsunit/tests/data/staff.css

31 lines
496 B
CSS

staff {
display: table;
color: black;
background-color: white;
border: solid 1px black;
}
employee {
display: table-row;
border: solid 1px black;
padding: 1px;
}
employeeId, name, position, salary, gender, address {
display: table-cell;
border: solid 1px black;
padding: 1px;
}
address[domestic="Yes"] {
background-color: silver;
}
address[street="Yes"] {
color: green;
}
address[street="No"] {
color: red;
}