How to change the background color when it gets focus?
Posted: 01 Feb 2021, 18:18
Hello all,
aXes version: V4.1
Our customer want to change the background color of input field and textarea when it gets the focus.
It seems to be easy but I couldn't find how to do it because I'm not familiar with aXes.
I'd like to add the code as below, but can't find where to put them.
input:focus, textarea:focus {
background-color: #bde9ba;
}
Can anyone help us?
Thanks in advance.
Yukiko Ikeo
aXes version: V4.1
Our customer want to change the background color of input field and textarea when it gets the focus.
It seems to be easy but I couldn't find how to do it because I'm not familiar with aXes.
I'd like to add the code as below, but can't find where to put them.
input:focus, textarea:focus {
background-color: #bde9ba;
}
Can anyone help us?
Thanks in advance.
Yukiko Ikeo