TextField, Label and Button CSS type selectors will affect dialogs as well

This commit is contained in:
Vladimir Enchev
2015-11-04 16:24:05 +02:00
parent e6b6302755
commit aa34d4a0b4
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;
}*/