microsoft / XmlNotepad

XML Notepad provides a simple intuitive User Interface for browsing and editing XML documents.
https://microsoft.github.io/XmlNotepad/
MIT License
968 stars 207 forks source link

Update XmlReportStyles.css #307

Closed Jvr2022 closed 1 year ago

Jvr2022 commented 1 year ago

Added missing quotes around font names in the font-family property.

Added a missing unit (px) to the font-size property for .code.

Fixed the position property values for #header and #main to fixed instead of absolute for a more stable layout.

Added a text-decoration property with a line-through value for the .ignore class to strike through ignored elements.

Added styles for matching elements using the .match class.

Added styles for added elements using the .add class.

Added styles for moved elements using the .moveto and .movefrom classes.

Added styles for removed elements using the .remove class.

Added styles for changed elements using the .change class.