Files
talk/client/coral-ui/components/Pager.css
T
2017-01-13 17:11:46 -03:00

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);
}