修改BUG:上次整合css样式表,导致通用标签样式前台丢失,表现为右侧头像栏Li前有小圆点
This commit is contained in:
parent
04f778b322
commit
884f9f868b
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue