凍結
0 とんとん K
小説の表紙ページに直接名前変換フォームを置いています。ですが、どうしてもボタンの背景色が白(灰色?)のままで困っています。
テキスト入力部分は背景の黒色透過ができているので、同様にしたいです。

以下タグです。

textarea,
input[type] {
-webkit-appearance: none;
padding: 0.2em 0.5em;
background-color: rgba(0, 0, 0, 0.3);
border: thin solid #fff;
border-radius: 0;
color: #fff;
}

textarea {
width: 200px;
height: 70px;
}

input[type=text] {
width: 80px;
}

input[type=submit] {
width: auto;
background-color: rgba(0, 0, 0, 0.3);
color: #fff;
}
09/03 15:21
返信
コメント投稿 検索
1 Anonymous Chrome
解決しました!
お目汚し失礼しました!!
09/04 02:10
返信