summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/CSS/Default.css
AgeCommit message (Expand)Author
2022-03-26LibWeb: Use ThreedShadow1 palette color for input border in Default.cssLinus Groh
2022-03-18LibWeb: Add some default style for <textarea> elements and a testDaniel Lemos
2022-03-18LibWeb: Implement the :is() selectorSam Atkins
2022-03-16LibWeb: Add missing MEDIAQUERIES-5 media-featuresSam Atkins
2022-03-08LibWeb: Add explicit color to mark elementLady Gegga
2022-03-08LibWeb: Add default styling to abbr, acronym, mark, strike and ttLady Gegga
2022-03-06LibWeb: Add border style for iframe to default UA stylesheetLinus Groh
2022-03-05LibWeb: Use monospace font for <kbd> and <samp> elementsKarol Kosek
2022-03-05LibWeb: Strike-through <s> and <del> elements by defaultKarol Kosek
2022-02-28LibWeb: Also apply default button styles to <button>, not just <input>Linus Groh
2022-02-28LibWeb: Allow <input type="button/submit/reset"> to be styledVrins
2022-02-20LibWeb: Make i, em, address, cite, dfn and var elements italicKarol Kosek
2022-02-18LibWeb: Improve display of input elementsAdam Hodgen
2022-01-22LibWeb: Make attribute hidden have an effect; hide some other elementsNico Weber
2021-12-27LibWeb: Add rudimentary styling to `<details>` and `<summary>`Sam Atkins
2021-05-19LibWeb: Use -libweb-palette-base-text for text color in default CSSLinus Groh
2021-05-08LibWeb: Use list-style-type circle/square for nested unordered listsLinus Groh
2021-04-20LibWeb: Display <ol> and respect list-style-type in <ul>Tobias Christiansen
2021-03-15LibWeb: Make <option> elements display:none in the default CSS for nowAndreas Kling
2021-02-28LibWeb: Set link cursor via the default CSSAdam Hodgen
2021-02-10LibWeb: Start implementing <input type=text> using a shadow DOMAndreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling