mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
13 lines
177 B
CSS
13 lines
177 B
CSS
#button1 {
|
|
border-color: rgba(0, 0, 0, 0);
|
|
border-width: 3;
|
|
}
|
|
|
|
#button2 {
|
|
border-color: rgba(0, 0, 0, 0.5);
|
|
border-width: 3;
|
|
}
|
|
|
|
#button3 {
|
|
border-width: 3;
|
|
} |