修改BUG:更新按钮样式

This commit is contained in:
Argo-MacBookPro 2018-08-02 12:36:59 +08:00
parent 1df74a2da5
commit bf8f19fd7b
1 changed files with 12 additions and 2 deletions

View File

@ -16,6 +16,14 @@ ul li {
list-style: none; list-style: none;
} }
.btn {
font-size: 1.4rem;
}
.btn:focus {
box-shadow: none;
}
a, a:hover, a:focus { a, a:hover, a:focus {
text-decoration: none; text-decoration: none;
outline: none; outline: none;
@ -239,8 +247,10 @@ a, a:hover, a:focus {
.notify-row > li > a .badge { .notify-row > li > a .badge {
position: absolute; position: absolute;
top: -10px; top: -1.6rem;
left: 3.2rem;
z-index: 1; z-index: 1;
opacity: 0.8;
} }
.notify-row .dropdown-menu { .notify-row .dropdown-menu {
@ -249,7 +259,7 @@ a, a:hover, a:focus {
min-width: 160px; min-width: 160px;
width: 235px; width: 235px;
border: none; border: none;
margin-left: -7.4rem; margin-left: -7.2rem;
} }
.notify-row .dropdown-menu .notify-arrow { .notify-row .dropdown-menu .notify-arrow {