更新样式:微调通知栏下拉框dropdown-footer背景色

This commit is contained in:
Argo-MacBookPro 2018-10-05 16:41:03 +08:00
parent bb2c10b81b
commit d2812f2727
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ a, a:hover, a:focus {
.nav .dropdown-footer { .nav .dropdown-footer {
padding: 6px 0; padding: 6px 0;
background-color: rgba(0, 0, 0, 0.1); background-color: #f1f2f7;
border-bottom-left-radius: 4px; border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px; border-bottom-right-radius: 4px;
} }