Files
NativeScript/e2e/ui-tests-app/app/list-view/item-re-layout.css
2019-09-19 15:40:31 +03:00

21 lines
293 B
CSS

Label {
margin: 6;
padding: 4;
}
.unselected {
border-width: 4;
border-color: gray;
border-radius: 10;
background: white;
color: gray
}
.selected {
border-width: 4;
border-color: blue;
border-radius: 10;
background: lightcoral;
color: blue;
}