gpt4 book ai didi

css input required not focused or disabled

转载 作者:行者123 更新时间:2023-11-28 09:16:18 25 4
gpt4 key购买 nike

我正在尝试创建一个 css 规则来更改输入的背景颜色(如果需要),但机器人已禁用或处于焦点状态

我有这个,但显然没有用!

<input type="tel" class="form-control" placeholder="Phone" name="phone" value="" required>

和CSS:

input:not(disabled):not(focus):required {
background-color: rgba(255,0,0,.10)
}

最佳答案

使用 : 作为伪选择器 :disabled:focus

input:required:not(:disabled):not(:focus)

关于css input required not focused or disabled,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44553566/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com