diff options
Diffstat (limited to 'Userland')
-rw-r--r-- | Userland/Libraries/LibWeb/CSS/Default.css | 2 |
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; |