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