mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-18 05:18:39 +08:00
13 lines
183 B
CSS
13 lines
183 B
CSS
Button.even, Button.odd {
|
|
border-radius: 5;
|
|
color: white;
|
|
margin: 0 5 5 0;
|
|
}
|
|
|
|
Button.even {
|
|
background-color: #0000cc;
|
|
}
|
|
|
|
Button.odd {
|
|
background-color: #33cc33;
|
|
} |