mirror of
https://github.com/wassname/talk.git
synced 2026-06-30 04:53:12 +08:00
20 lines
363 B
CSS
20 lines
363 B
CSS
.pager {
|
|
text-align: center;
|
|
|
|
li {
|
|
display: inline-block;
|
|
margin-right: 5px;
|
|
color: white;
|
|
height: 30px;
|
|
text-align: center;
|
|
vertical-align: middle;
|
|
line-height: 30px;
|
|
width: 30px;
|
|
}
|
|
}
|
|
|
|
.current {
|
|
background: #696969;
|
|
box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
|
|
}
|