Merge pull request #1037 from NativeScript/dialogs-css

TextField, Label and Button CSS type selectors will affect dialogs as well
This commit is contained in:
Vladimir Enchev
2015-11-05 10:35:26 +02:00
4 changed files with 130 additions and 12 deletions

View File

@@ -11,3 +11,12 @@ ScrollView {
font-size: 24;
margin: 6 0;
}
/*
ActionBar, TabView, ActivityIndicator, Label, Button, TextView, TextField, SearchBar, ListPicker, DatePicker, TimePicker {
color: mediumaquamarine;
}
Switch, Progress, Slider, SegmentedBar {
color: mediumaquamarine;
background-color: aquamarine;
}*/