mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 19:26:42 +08:00
13 lines
225 B
CSS
13 lines
225 B
CSS
#container {
|
|
border-color: black;
|
|
border-width: 1;
|
|
margin: 5;
|
|
}
|
|
#container>Label {
|
|
border-width: 2;
|
|
border-color: black;
|
|
border-radius: 5;
|
|
}
|
|
#container>Label[selected="yes"] {
|
|
border-color: gray;
|
|
} |