input[type="file"] – attachment css
-
Hello,
I use attachment file, there is a graphic button and it’s look like: that So i would like to change this image or use just background color but even if i use.qcf-style.Kontakt p input{
background:#00617c;
color:#FFFFFF;
font-family:”Museo”;
font-size:inherit;
width:150px;
height:40px;
}
.qcf-style.Kontakt p input[type=”file”] {
background:url(../image/bg_filename.jpg) repeat !important;
width:150px;
height:35px;
}where bg_filename.jpg is just a 1×1 px color image and i want to repeat this – still i have same graphic button – how i can change it ? I want simply dark background with white subtitle “add file”
Thank You
The topic ‘input[type="file"] – attachment css’ is closed to new replies.