saia

Mi userContent.css para Firefox 3 [temas oscuros]

   



[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;
}

Syndicate content