1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 17:28:51 +02:00
phorge-phorge/webroot/rsrc/css/phui/phui-pager.css

15 lines
236 B
CSS
Raw Normal View History

/**
* @provides phui-pager-css
*/
.phui-pager-view {
clear: both;
text-align: center;
}
.phui-pager-view a.button.current,
.phui-pager-view a.button.current:hover {
border-color: {$sh-orangetext};
color: {$sh-orangetext};
}