|
The main thing is to apply the settings in styleSheetTheme first. Then apply the style set in the page, if the same settings are found, overwrite the settings in styleSheetTheme with the style set in the page. Finally, apply the style in Theme, and if the same setting is found, use the latter to overwrite the former. So if you want to set a global style in the main body, but also want to control some special control styles in the page, it is recommended not to use the Theme property, and only styleSheetTheme specifies the theme. |
|