summaryrefslogtreecommitdiff
path: root/Userland
diff options
context:
space:
mode:
authorLinus Groh <mail@linusgroh.de>2022-03-26 01:00:18 +0000
committerLinus Groh <mail@linusgroh.de>2022-03-26 01:35:39 +0000
commit1e23fd94b1ac7932cc079cc1f4b9238cc55530f3 (patch)
treee7a3f532eb2d0a98f4d764a05c718c8ab4894d8e /Userland
parent9bc7912f8485bde997c032bd7c08c74c409a3c15 (diff)
downloadserenity-1e23fd94b1ac7932cc079cc1f4b9238cc55530f3.zip
LibWeb: Use ThreedShadow1 palette color for input border in Default.css
This is a bit easier on the eye than black.
Diffstat (limited to 'Userland')
-rw-r--r--Userland/Libraries/LibWeb/CSS/Default.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Libraries/LibWeb/CSS/Default.css b/Userland/Libraries/LibWeb/CSS/Default.css
index 9e0a40e339..d287007f5b 100644
--- a/Userland/Libraries/LibWeb/CSS/Default.css
+++ b/Userland/Libraries/LibWeb/CSS/Default.css
@@ -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;