bright-gpu-74537
06/29/2022, 10:23 AMsilly-alligator-51979
06/29/2022, 11:23 AMbright-gpu-74537
06/29/2022, 11:24 AMbright-gpu-74537
06/29/2022, 11:25 AMbright-gpu-74537
06/29/2022, 11:25 AMpowerful-morning-89
06/29/2022, 11:25 AMhallowed-ocean-84954
06/29/2022, 12:38 PMstyle="color: blue;". I was wondering if that might be an issue. Hmmm.... So I would need to tie the style value to a class variable to get a visible change I guess ?hallowed-ocean-84954
06/29/2022, 12:41 PMhallowed-ocean-84954
06/29/2022, 12:41 PMbright-gpu-74537
06/29/2022, 12:49 PMhtml
<style>
button {
color: red;
}
.myButton {
color: blue;
}
</style>
<button>Button</button>
<button disabled="true">Button</button>
<br/>
<br/>
<button class="myButton">Button</button>
<button disabled="true" class="myButton">Button</button>bright-gpu-74537
06/29/2022, 12:50 PMbright-gpu-74537
06/29/2022, 12:51 PMbright-gpu-74537
06/29/2022, 12:51 PMbright-gpu-74537
06/29/2022, 12:51 PMbright-gpu-74537
06/29/2022, 12:52 PMhallowed-ocean-84954
06/29/2022, 2:14 PMhallowed-ocean-84954
06/29/2022, 2:15 PMhallowed-ocean-84954
06/29/2022, 2:16 PMbright-gpu-74537
06/29/2022, 2:38 PMhallowed-ocean-84954
06/29/2022, 2:42 PMhallowed-ocean-84954
06/29/2022, 2:45 PMhallowed-ocean-84954
06/29/2022, 2:46 PMpowerful-morning-89
06/29/2022, 2:47 PMgit clone <url> --recursive && haxelib dev <name> <path_where_haxelib_cloned_the_repo>hallowed-ocean-84954
06/29/2022, 2:47 PMbright-gpu-74537
06/29/2022, 2:48 PMhallowed-ocean-84954
06/29/2022, 2:49 PMbright-gpu-74537
06/29/2022, 2:50 PMhallowed-ocean-84954
06/29/2022, 2:50 PMbright-gpu-74537
06/29/2022, 2:50 PM