更新样式:行为式验证码刷新按钮默认为白色透明度0.8鼠标悬停时为白色

This commit is contained in:
Argo Zhang 2019-03-17 19:38:37 +08:00
parent b0bd02c544
commit fd8fd918a3
1 changed files with 2 additions and 2 deletions

View File

@ -120,12 +120,12 @@ body {
top: 0; top: 0;
cursor: pointer; cursor: pointer;
margin: 6px; margin: 6px;
color: rgba(0,0,0,.25); color: rgba(255,255,255,.8);
font-size: 1rem; font-size: 1rem;
z-index: 5; z-index: 5;
transition: color .3s linear; transition: color .3s linear;
} }
.refreshIcon:hover { .refreshIcon:hover {
color: #6c757d; color: #fff;
} }