Cleaning up CSS

This commit is contained in:
mathias 2015-02-16 02:19:14 +02:00
parent d911a1c026
commit 04f057232d

View file

@ -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;