Jelajahi Sumber

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

This is a bit easier on the eye than black.
Linus Groh 3 tahun lalu
induk
melakukan
1e23fd94b1
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      Userland/Libraries/LibWeb/CSS/Default.css

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