mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
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:
@@ -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;
|
||||
}*/
|
||||
Reference in New Issue
Block a user