mirror of
https://github.com/flyandi/mazda-custom-application-sdk
synced 2024-12-24 04:02:54 -06: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;
|
||
|
}
|