增加提示栏动画效果

This commit is contained in:
Argo-Lenovo 2017-03-15 20:57:14 +08:00
parent c8971a720e
commit 804ab97be1
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ a, a:hover, a:focus {
color: #777; color: #777;
} }
.header > .dropdown > a:hover, .header > .dropdown.open > a { .header > .dropdown > a:hover, .header > .dropdown.open > a, .notify-row > li > a:hover {
border: 1px solid #777; border: 1px solid #777;
color: #333 color: #333
} }