微调Logout样式

This commit is contained in:
Argo-Lenovo 2017-03-18 12:12:07 +08:00
parent 8454c184b1
commit 6d5b04b288
1 changed files with 3 additions and 2 deletions

View File

@ -105,14 +105,15 @@ a, a:hover, a:focus {
}
.header > .dropdown .dropdown-menu li:last-child a {
color: #b14544;
color: #ca3a39;
border-radius: 0 0 3px 3px;
background: #a9d96c;
background-image: linear-gradient(to bottom, #a9d96c 0%, #799e51 100%);
}
.header > .dropdown .dropdown-menu li:last-child a:hover {
color: #a21f1e;
color: #d20100;
background: #6d9046;
background-image: linear-gradient(to bottom, #a9d96c 0%, #6d9046 100%);
}