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:
parent
9bc7912f84
commit
1e23fd94b1
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue