readonly focus 수정
This commit is contained in:
parent
1d39f3c54c
commit
8847e080f6
@ -482,6 +482,9 @@ input[type=text]{
|
|||||||
}
|
}
|
||||||
&:read-only{
|
&:read-only{
|
||||||
color: #AAA;
|
color: #AAA;
|
||||||
|
&:focus{
|
||||||
|
border: 1px solid #323234;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
&.plane{
|
&.plane{
|
||||||
font-family: 'Noto Sans JP', sans-serif;
|
font-family: 'Noto Sans JP', sans-serif;
|
||||||
@ -509,6 +512,9 @@ input[type=text]{
|
|||||||
&:read-only{
|
&:read-only{
|
||||||
background-color: #FAFAFA;
|
background-color: #FAFAFA;
|
||||||
color: #999999;
|
color: #999999;
|
||||||
|
&:focus{
|
||||||
|
border-color: #eee;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user