1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 22:17:45 +00:00

LibWeb: Use ThreedShadow1 palette color for input border in Default.css

This is a bit easier on the eye than black.
This commit is contained in:
Linus Groh 2022-03-26 01:00:18 +00:00
parent 9bc7912f84
commit 1e23fd94b1

View file

@ -223,7 +223,7 @@ ol {
/* FIXME: This is a temporary hack until we can render a native-looking frame for these. */
input, textarea {
border: 1px solid black;
border: 1px solid -libweb-palette-threed-shadow1;
min-width: 80px;
min-height: 16px;
width: 120px;