mirror of
https://github.com/flyandi/mazda-custom-application-sdk
synced 2024-12-23 11:42:57 -06:00
11 lines
No EOL
217 B
CSS
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;
|
|
} |