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;