Files
NativeScript/apps/app/ui-tests-app/issues/issue-3113.css
2019-04-02 18:09:42 +03:00

16 lines
259 B
CSS

#button1 {
border-color: transparent;
border-width: 3;
background-color: white;
}
#button2 {
border-color: rgba(0, 0, 0, 0.5);
border-width: 3;
background-color: white;
}
#button3 {
border-width: 3;
background-color: white;
}