mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
20 lines
256 B
CSS
20 lines
256 B
CSS
Tabs {
|
|
text-transform: lowercase;
|
|
}
|
|
|
|
TabContentItem.special {
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
TabStrip {
|
|
text-transform: capitalize;
|
|
}
|
|
|
|
TabStripItem.special {
|
|
text-transform: lowercase;
|
|
}
|
|
|
|
TabStripItem.special:active {
|
|
text-transform: uppercase;
|
|
}
|