修改BUG:更改右侧登录信息框focus样式

This commit is contained in:
Argo-MacBookPro 2018-08-06 18:09:06 +08:00
parent 632c143108
commit e300264574
1 changed files with 4 additions and 2 deletions

View File

@ -67,8 +67,10 @@ a, a:hover, a:focus {
}
.header > .dropdown > a:hover, .header > .dropdown.show > a, .notify-row > li > a:hover {
border: 1px solid #777;
color: #333
border: 1px solid #337ab7;
color: #333;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}
.header > .dropdown > a span {