mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
46 lines
630 B
CSS
46 lines
630 B
CSS
.font-awesome {
|
|
font-family: "FontAwesome";
|
|
}
|
|
|
|
Page {
|
|
background-color: tomato;
|
|
}
|
|
|
|
ActionBar {
|
|
background-color: aquamarine;
|
|
}
|
|
|
|
Button {
|
|
background-color: lightskyblue;
|
|
}
|
|
|
|
BottomNavigation {
|
|
background-color: lightgreen;
|
|
}
|
|
|
|
#lastStripItem {
|
|
color: greenyellow;
|
|
background-color: black;
|
|
}
|
|
|
|
TabStripItem:active,
|
|
#lastStripItem:active {
|
|
background-color: coral;
|
|
}
|
|
|
|
#second-tab-content-item {
|
|
background-color: blueviolet;
|
|
}
|
|
|
|
#third-tab-content-item {
|
|
background-color: blue;
|
|
}
|
|
|
|
#fourth-tab-content-item {
|
|
background-color: gray;
|
|
}
|
|
|
|
#fifth-tab-content-item {
|
|
background-color: brown;
|
|
}
|