更新样式:行为式验证码刷新按钮默认为白色透明度0.8鼠标悬停时为白色
This commit is contained in:
parent
b0bd02c544
commit
fd8fd918a3
|
@ -120,12 +120,12 @@ body {
|
|||
top: 0;
|
||||
cursor: pointer;
|
||||
margin: 6px;
|
||||
color: rgba(0,0,0,.25);
|
||||
color: rgba(255,255,255,.8);
|
||||
font-size: 1rem;
|
||||
z-index: 5;
|
||||
transition: color .3s linear;
|
||||
}
|
||||
|
||||
.refreshIcon:hover {
|
||||
color: #6c757d;
|
||||
color: #fff;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue