cssに:
input.gsc-input {
border-color: #BCCDF0;
height: 18px;
width: 600px !important;
background-image:none !important; //これです
}
「!important」を書けば、上書きされる、コレは便利だが、!importantだらけならないように注意しなければならないよ。
border-color: #BCCDF0;
height: 18px;
width: 600px !important;
background-image:none !important; //これです
}
0 件のコメント:
コメントを投稿