We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
モード切替が煩雑なのでプルダウンからやりたい 以下の感じでいけそう
<select id="pulldownTest" onChange="console.log(document.getElementById('pulldownTest').value);"> <option value=0>あ</option> <option value=1>い</option> <option value=2>う</option> </select>
見た目が完全に浮くのでCSSでどうにかできるか要検証
The text was updated successfully, but these errors were encountered:
これでだいたい一緒
select { border:1px solid #e2dd48; border-color:#ece2b6 #875526 #733726 #dfbc9a; background:#000 url(img/darkNoise.jpg); background-image:url(img/shadedBordersSoft.png),url(img/darkNoise.jpg); background-size:100% 100%,auto; background-color:#000; border-radius:2px; box-shadow:0px 0px 1px 2px rgba(0,0,0,0.5),0px 2px 4px rgba(0,0,0,0.25),0px 0px 2px 2px #000 inset,0px 1px 0px 1px rgba(255,255,255,0.5) inset; text-shadow:0px 1px 1px #000; color:#ccc; line-height:100%; padding:1px 3px; }
Sorry, something went wrong.
No branches or pull requests
モード切替が煩雑なのでプルダウンからやりたい
以下の感じでいけそう
見た目が完全に浮くのでCSSでどうにかできるか要検証
The text was updated successfully, but these errors were encountered: