Description
* is being used in openmrs-module-legacyui/blob/master/omod/src/main/webapp/resources/css/openmrs.css
Wildcard * in CSS can produce unexpected results, as it applies to every element on a page.
Example:
* { color: blue } li { color: red }
Here <li>text</li>, the text still will be blue!
So in openmrs.css we can't override font-family attribute for any other element because * always take precedence. (This might not affect all browsers)
So I recommend moving font-family: Verdana, 'Lucida Grande'.. attribute to html { } tag instead.
Gliffy Diagrams
Attachments
Issue Links
- is depended on by
-
RESTWS-694 Code clean up
-
- Closed
-
- links to