From 9008b7e113ca1ebed0970b5111181f6f8d6e607f Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Wed, 1 Sep 2010 16:13:45 -0400 Subject: [PATCH] Disable that awful highlight color. --- web_frontend/reset.css | 7 ------- 1 file changed, 7 deletions(-) diff --git a/web_frontend/reset.css b/web_frontend/reset.css index 90ca75d..57b9f8e 100644 --- a/web_frontend/reset.css +++ b/web_frontend/reset.css @@ -142,13 +142,6 @@ input[type="checkbox"] { vertical-align: bottom; *vertical-align: baseline; } /* hand cursor on clickable input elements */ label, input[type=button], input[type=submit], button { cursor: pointer; } - -/* These selection declarations have to be separate. - No text-shadow: twitter.com/miketaylr/status/12228805301 - Also: hot pink. */ -::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; } -::selection { background:#FF5E99; color:#fff; text-shadow: none; } - /* j.mp/webkit-tap-highlight-color */ a:link { -webkit-tap-highlight-color: #FF5E99; } -- 2.22.5