From 04f057232d0865229d0c9e41ff7c504113f49c21 Mon Sep 17 00:00:00 2001 From: mathias Date: Mon, 16 Feb 2015 02:19:14 +0200 Subject: [PATCH] Cleaning up CSS --- css/minecraft.css | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/css/minecraft.css b/css/minecraft.css index 7ab11e6..ee89f9a 100644 --- a/css/minecraft.css +++ b/css/minecraft.css @@ -135,25 +135,15 @@ a:focus { } ::-moz-selection { - text-shadow: none; background: #fcfcfc; background: rgba(255,255,255,.2); } ::selection { - text-shadow: none; background: #fcfcfc; background: rgba(255,255,255,.2); } -img::selection { - background: 0 0; -} - -img::-moz-selection { - background: 0 0; -} - input[type="text"] { border: 1px solid #488c1d; color: #488c1d;