[ Index ] |
PHP Cross Reference of Phabricator |
[Summary view] [Print] [Text view]
1 /** 2 * @provides aphront-pager-view-css 3 */ 4 5 .aphront-pager-view { 6 clear: both; 7 text-align: right; 8 padding: 8px 4px 16px; 9 font-weight: bold; 10 } 11 12 .phui-box .aphront-pager-view { 13 padding: 0; 14 } 15 16 .aphront-pager-view a { 17 padding: 3px 7px; 18 border: 1px solid {$lightblueborder}; 19 border-bottom: 1px solid {$blueborder}; 20 margin: 0 2px; 21 background: #fff; 22 color: {$lightbluetext}; 23 display: inline-block; 24 border-radius: 2px; 25 } 26 27 .aphront-pager-view a:hover { 28 text-decoration: none; 29 border: 1px solid {$greyborder}; 30 border-bottom: 1px solid {$darkgreyborder}; 31 color: {$darkgreytext}; 32 } 33 34 .aphront-pager-view a.current { 35 background: {$greybackground}; 36 border: 1px solid {$greyborder}; 37 border-bottom: 1px solid {$darkgreyborder}; 38 color: {$darkgreytext}; 39 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Sun Nov 30 09:20:46 2014 | Cross-referenced by PHPXref 0.7.1 |