mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
40 lines
476 B
CSS
40 lines
476 B
CSS
.font-awesome {
|
|
font-family: "FontAwesome";
|
|
}
|
|
|
|
.font-size {
|
|
font-size: 36;
|
|
}
|
|
|
|
TabStrip {
|
|
color: mediumvioletred;
|
|
}
|
|
|
|
TabStripItem {
|
|
color: skyblue;
|
|
}
|
|
|
|
TabStripItem:active {
|
|
color: darkblue;
|
|
}
|
|
|
|
TabStripItem.special Image {
|
|
color: lightgreen;
|
|
}
|
|
|
|
TabStripItem.special:active Image {
|
|
color: darkgreen;
|
|
}
|
|
|
|
TabStripItem.special Label {
|
|
color: gold;
|
|
}
|
|
|
|
TabStripItem.special:active Label {
|
|
color: darkgoldenrod;
|
|
}
|
|
|
|
TabStripItem:active .font-size {
|
|
font-size: 10;
|
|
}
|