mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
* Searchbar tests * Update search bar test page * Fix path to events test pages * Update text-view test pages
13 lines
151 B
CSS
13 lines
151 B
CSS
#bg-color{
|
|
background-color: red;
|
|
}
|
|
|
|
.color{
|
|
color: blue;
|
|
}
|
|
|
|
#border{
|
|
border-color: yellow;
|
|
border-width: 5;
|
|
border-style: solid;
|
|
} |