Change Style of Buttons
- Last UpdatedJun 10, 2024
- 1 minute read
If the Repository is mapped to themes, then take the style sheet based on themes path. The themes path is as follows:
[AVEVA Work Tasks Installed Path]\AVEVA\Work Tasks\BPMUITemplates\Default\Themes\Default\Common\StyleSheet\Global.css
CSS Class Used for button classes are:
inputbutton
button,[buttonsecondary-skbtn="submit"]
button,[buttoninputgo-skbtn="submit"]
inputsecondarybutton
input[type="button"]:disabled
input[type="button"]:disabled:hover
input[type="submit"]:disabled
input[type="submit"]:disabled:hover
input[type="button"]:hover
input[type="submit"]:hover