更新样式:微调右上角登录信息框鼠标悬停样式

This commit is contained in:
Argo-MacBookPro 2018-09-28 08:37:10 +08:00
parent 92eab29602
commit ad2d5d6b5e
2 changed files with 25 additions and 1 deletions

View File

@ -268,6 +268,14 @@ a, a:hover, a:focus {
margin-bottom: 4px;
}
.userinfo .dropdown-item:first-child {
border-radius: 4px 4px 0 0;
}
.userinfo .dropdown-item:first-child a:hover {
color: #333;
}
.userinfo .dropdown-item:last-child {
border-radius: 0 0 4px 4px;
}
@ -279,6 +287,10 @@ a, a:hover, a:focus {
background-image: linear-gradient(to bottom, #a9d96c 0%, #799e51 100%);
}
.userinfo .dropdown-item:last-child a:hover {
color: #d40c0b;
}
.userinfo .username {
max-width: 90px;
vertical-align: middle;

View File

@ -269,9 +269,9 @@ a, a:hover, a:focus {
.userinfo .dropdown-item a {
text-align: center;
color: #777;
padding: 15px 10px;
flex: 1 1 33.333%;
color: #777;
}
.userinfo .dropdown-item a i {
@ -280,6 +280,14 @@ a, a:hover, a:focus {
margin-bottom: 4px;
}
.userinfo .dropdown-item:first-child {
border-radius: 4px 4px 0 0;
}
.userinfo .dropdown-item:first-child a:hover {
color: #333;
}
.userinfo .dropdown-item:last-child {
border-radius: 0 0 4px 4px;
}
@ -291,6 +299,10 @@ a, a:hover, a:focus {
background-image: linear-gradient(to bottom, #a9d96c 0%, #799e51 100%);
}
.userinfo .dropdown-item:last-child a:hover {
color: #d40c0b;
}
.userinfo .username {
max-width: 90px;
vertical-align: middle;