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
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