1/** 2 * @provides phui-pager-css 3 */ 4 5.phui-pager-view { 6 clear: both; 7 text-align: center; 8} 9 10.phui-pager-view a.button.current, 11.phui-pager-view a.button.current:hover { 12 border-color: {$sh-orangetext}; 13 color: {$sh-orangetext}; 14} 15 16