saia
Mi userContent.css para Firefox 3 [temas oscuros]
Published in phyx.wordpress.com - 490 d 13 h ago
[sourcecode language='css']
input {
border: 1px solid #cccccc;
background-color: white;
color: black;
-moz-appearance: none !important;
}
textarea {
border: 1px solid #cccccc;
background-color: white;
color: black;
-moz-appearance: none !important;
}
select {
border: 1px solid #cccccc;
background-color: white;
color: black;
-moz-appearance: none !important;
}
input[type="radio"],
input[type="checkbox"] {
border: 1px solid #bbbbbb ! important;
background-color: white ! important;
color: ThreeDFace ! important;
-moz-appearance: none !important;
}
