我有一个提交类型的输入:
<input type="submit" class="redButton" value="Cancel"/>
但这种风格,在活动点击不适用。它不适用于输入吗?
input:active .redbutton {
-webkit-transform: translate(1px, 1px);
box-shadow: none;
}
我有一个提交类型的输入:
<input type="submit" class="redButton" value="Cancel"/>
但这种风格,在活动点击不适用。它不适用于输入吗?
input:active .redbutton {
-webkit-transform: translate(1px, 1px);
box-shadow: none;
}