index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibWeb
/
CSS
/
Default.css
Age
Commit message (
Expand
)
Author
2023-03-23
LibWeb: Add scaleable checkboxes (with theme/accent-color support)
MacDue
2023-03-20
LibWeb: Scale checkbox image instead of repeating on large checkboxes
Srikavin Ramkumar
2023-03-20
LibWeb: Add indeterminate checkbox styling to useragent stylesheet
Srikavin Ramkumar
2023-02-12
LibWeb: Re-implement checkbox painting using the UA stylesheet
Linus Groh
2023-01-04
LibWeb: Add spec-mandated rules for embedded content to Default.css
implicitfield
2022-12-01
LibWeb: Support displaying HTMLInputElement placeholder values
Timothy Flynn
2022-10-10
LibWeb: Use the default CSS attributes for embedded content from HTML
Luke Wilde
2022-10-06
LibWeb: Make labels be `display: inline-block` in the default UA style
Andreas Kling
2022-10-06
LibWeb: Remove ad-hoc <hr> element rule from default UA style
Andreas Kling
2022-10-06
LibWeb: Add a little header to the top of the default UA stylesheet
Andreas Kling
2022-09-15
LibWeb: Don't set initial font+color on both HTML and BODY elements
Andreas Kling
2022-09-14
LibWeb: Don't show pointer (hand) cursor over non-linked a elements
Andreas Kling
2022-09-14
LibWeb: Replace most of our default UA stylesheet with spec rules
Andreas Kling
2022-09-08
LibWeb: Make default CSS font settings match other browsers better
Andreas Kling
2022-07-30
LibWeb: Make <th> elements bold by default
Karol Kosek
2022-07-24
LibWeb: Tidy up `<progress>` element default CSS
MacDue
2022-07-24
LibWeb: Use the palette "button text" on buttons in the default CSS
MacDue
2022-07-23
LibWeb: Add a default style for primitive progress bars
MacDue
2022-07-11
LibWeb: Tweak padding on button elements match other engines
Andreas Kling
2022-03-26
LibWeb: Use ThreedShadow1 palette color for input border in Default.css
Linus Groh
2022-03-18
LibWeb: Add some default style for <textarea> elements and a test
Daniel Lemos
2022-03-18
LibWeb: Implement the :is() selector
Sam Atkins
2022-03-16
LibWeb: Add missing MEDIAQUERIES-5 media-features
Sam Atkins
2022-03-08
LibWeb: Add explicit color to mark element
Lady Gegga
2022-03-08
LibWeb: Add default styling to abbr, acronym, mark, strike and tt
Lady Gegga
2022-03-06
LibWeb: Add border style for iframe to default UA stylesheet
Linus Groh
2022-03-05
LibWeb: Use monospace font for <kbd> and <samp> elements
Karol Kosek
2022-03-05
LibWeb: Strike-through <s> and <del> elements by default
Karol Kosek
2022-02-28
LibWeb: Also apply default button styles to <button>, not just <input>
Linus Groh
2022-02-28
LibWeb: Allow <input type="button/submit/reset"> to be styled
Vrins
2022-02-20
LibWeb: Make i, em, address, cite, dfn and var elements italic
Karol Kosek
2022-02-18
LibWeb: Improve display of input elements
Adam Hodgen
2022-01-22
LibWeb: Make attribute hidden have an effect; hide some other elements
Nico Weber
2021-12-27
LibWeb: Add rudimentary styling to `<details>` and `<summary>`
Sam Atkins
2021-05-19
LibWeb: Use -libweb-palette-base-text for text color in default CSS
Linus Groh
2021-05-08
LibWeb: Use list-style-type circle/square for nested unordered lists
Linus Groh
2021-04-20
LibWeb: Display <ol> and respect list-style-type in <ul>
Tobias Christiansen
2021-03-15
LibWeb: Make <option> elements display:none in the default CSS for now
Andreas Kling
2021-02-28
LibWeb: Set link cursor via the default CSS
Adam Hodgen
2021-02-10
LibWeb: Start implementing <input type=text> using a shadow DOM
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling