修改BUG:上次整合css样式表,导致通用标签样式前台丢失,表现为右侧头像栏Li前有小圆点

This commit is contained in:
Argo-Lenovo 2016-11-18 10:24:02 +08:00
parent 04f778b322
commit 884f9f868b
2 changed files with 9 additions and 9 deletions

View File

@ -73,19 +73,10 @@
padding-right: 30px;
}
ul li {
list-style: none;
}
.btn {
outline: none !important;
}
a, a:hover, a:focus {
text-decoration: none;
outline: none;
}
.modal-header {
background-color: #f5f5f5;
border-top-left-radius: 6px;

View File

@ -10,6 +10,15 @@
-moz-font-smoothing: antialiased;
}
ul li {
list-style: none;
}
a, a:hover, a:focus {
text-decoration: none;
outline: none;
}
.dropdown-menu {
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.176) !important;
}