file
数式の要素に、この css を持つテキストフィールドと同じ css を持たせたい:
.formulaire .inputlong { // formulaire is the form and inputlong is the name of the css for textfields
width: 250px;
background-color:#FFF;
border:1px solid;
border-color:#b80500;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border: 1px solid #bbb;
color: #000;
background-position: 10px 6px;
float: left;
}
ファイルの css を inputlong css に設定しようとしましたが、何もありませんでした。
では、ファイル要素に対してこのような同様の css を作成するにはどうすればよいでしょうか?