mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
0700bb2aca
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
14 lines
236 B
CSS
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};
|
|
}
|