Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/phabricator
Path: blob/master/webroot/rsrc/css/phui/phui-pager.css
12241 views
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