html - Styling progress bar with inline style -


i trying set progress bar color red using inline style. need in way because have access <body> part of document. style need apply:

progress { color: red } progress::-moz-progress-bar { background: red;} progress::-webkit-progress-value { background: red; } progress[aria-valuenow]:before  { background: red; } 

i tried <progress style="background: red;"> incorrect effect, progress bar color turns blue red background. guide right direction desired style? thank in advance.

here live example: https://jsfiddle.net/z36d3f6l/


Comments

Popular posts from this blog

java - Oracle Sql developer error: could not install some modules -

How to use autoclose brackets in Jupyter notebook? -