Commit 9673ec9e by fengshuonan

修改分页的主题颜色

parent 284c7606
......@@ -10,6 +10,32 @@
width: 65px;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
background-color: #f4f4f4;
border-color: #DDDDDD;
color: inherit;
cursor: default;
z-index: 2;
}
.pagination > li > a,
.pagination > li > span {
background-color: #FFFFFF;
border: 1px solid #DDDDDD;
color: inherit;
float: left;
line-height: 1.42857;
margin-left: -1px;
padding: 4px 10px;
position: relative;
text-decoration: none;
}
.fixed-table-pagination .btn {
border-color: #DDDDDD;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment