From 6acd070b898fd2569c937b79524c6f0152380700 Mon Sep 17 00:00:00 2001 From: Yusef Aslam Date: Thu, 1 Feb 2024 21:16:25 +0000 Subject: [PATCH] normalize.css: remove -webkit-appearance: button This conflicts with styling in index.html I think. --- Lightdm/Chicago95/css/normalize.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lightdm/Chicago95/css/normalize.css b/Lightdm/Chicago95/css/normalize.css index 6d24a38..679e493 100755 --- a/Lightdm/Chicago95/css/normalize.css +++ b/Lightdm/Chicago95/css/normalize.css @@ -321,7 +321,7 @@ button, html input[type="button"], /* 1 */ input[type="reset"], input[type="submit"] { - -webkit-appearance: button; /* 2 */ + /* webkit-appearance: button; /* 2 */ cursor: pointer; /* 3 */ }