修改BUG:更改右侧登录信息框focus样式
This commit is contained in:
parent
632c143108
commit
e300264574
|
@ -67,8 +67,10 @@ a, a:hover, a:focus {
|
||||||
}
|
}
|
||||||
|
|
||||||
.header > .dropdown > a:hover, .header > .dropdown.show > a, .notify-row > li > a:hover {
|
.header > .dropdown > a:hover, .header > .dropdown.show > a, .notify-row > li > a:hover {
|
||||||
border: 1px solid #777;
|
border: 1px solid #337ab7;
|
||||||
color: #333
|
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 {
|
.header > .dropdown > a span {
|
||||||
|
|
Loading…
Reference in New Issue