mirror of
https://github.com/flyandi/mazda-custom-application-sdk
synced 2025-01-09 17:53:24 +00:00
11 lines
217 B
CSS
11 lines
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;
|
||
|
}
|