mazda-custom-application-sdk/apps/app.multicontroller/app.css
140b8f67-ec51-4b64-9606-bff2dffa0170 de0627bd88 First commit after reorg and cleanup
2016-03-14 22:47:00 -07:00

11 lines
No EOL
217 B
CSS

[app="app.multicontroller"] .section {
position: absolute;
border:1px solid #fff;
width:100px;
height:100px;
line-height:100px;
}
[app="app.multicontroller"] .section[context="focused"] {
border-color:red;
}