summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/CSS/Default.css
AgeCommit message (Expand)Author
2023-03-23LibWeb: Add scaleable checkboxes (with theme/accent-color support)MacDue
2023-03-20LibWeb: Scale checkbox image instead of repeating on large checkboxesSrikavin Ramkumar
2023-03-20LibWeb: Add indeterminate checkbox styling to useragent stylesheetSrikavin Ramkumar
2023-02-12LibWeb: Re-implement checkbox painting using the UA stylesheetLinus Groh
2023-01-04LibWeb: Add spec-mandated rules for embedded content to Default.cssimplicitfield
2022-12-01LibWeb: Support displaying HTMLInputElement placeholder valuesTimothy Flynn
2022-10-10LibWeb: Use the default CSS attributes for embedded content from HTMLLuke Wilde
2022-10-06LibWeb: Make labels be `display: inline-block` in the default UA styleAndreas Kling
2022-10-06LibWeb: Remove ad-hoc <hr> element rule from default UA styleAndreas Kling
2022-10-06LibWeb: Add a little header to the top of the default UA stylesheetAndreas Kling
2022-09-15LibWeb: Don't set initial font+color on both HTML and BODY elementsAndreas Kling
2022-09-14LibWeb: Don't show pointer (hand) cursor over non-linked a elementsAndreas Kling
2022-09-14LibWeb: Replace most of our default UA stylesheet with spec rulesAndreas Kling
2022-09-08LibWeb: Make default CSS font settings match other browsers betterAndreas Kling
2022-07-30LibWeb: Make <th> elements bold by defaultKarol Kosek
2022-07-24LibWeb: Tidy up `<progress>` element default CSSMacDue
2022-07-24LibWeb: Use the palette "button text" on buttons in the default CSSMacDue
2022-07-23LibWeb: Add a default style for primitive progress barsMacDue
2022-07-11LibWeb: Tweak padding on button elements match other enginesAndreas Kling
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