فهرست منبع

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

This is a bit easier on the eye than black.
Linus Groh 3 سال پیش
والد
کامیت
1e23fd94b1
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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. */
 input, textarea {
-    border: 1px solid black;
+    border: 1px solid -libweb-palette-threed-shadow1;
     min-width: 80px;
     min-height: 16px;
     width: 120px;