1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 01:08:50 +02:00
phorge-phorge/webroot/rsrc/css/phui/phui-pager.css
Chad Little 0700bb2aca Add a selected color state to PHUIPagerView
Summary: This probably got nuked at some point, but the class is there so let's use it.

Test Plan: Browse a directory with 800 files. See pager change color.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

Differential Revision: https://secure.phabricator.com/D18089
2017-06-06 17:00:39 -07:00

14 lines
236 B
CSS

/**
* @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};
}