2011-04-01 02:06:33 +02:00
|
|
|
/**
|
|
|
|
* @provides aphront-pager-view-css
|
|
|
|
*/
|
|
|
|
|
|
|
|
.aphront-pager-view {
|
|
|
|
clear: both;
|
|
|
|
text-align: right;
|
|
|
|
padding: 8px 4px 16px;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2013-09-13 23:43:33 +02:00
|
|
|
.phui-box .aphront-pager-view {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
2011-04-01 02:06:33 +02:00
|
|
|
.aphront-pager-view a {
|
2013-11-28 16:33:27 +01:00
|
|
|
padding: 3px 7px;
|
|
|
|
border: 1px solid {$lightblueborder};
|
|
|
|
border-bottom: 1px solid {$blueborder};
|
|
|
|
margin: 0 2px;
|
|
|
|
background: #fff;
|
|
|
|
color: {$lightbluetext};
|
|
|
|
display: inline-block;
|
|
|
|
border-radius: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.aphront-pager-view a:hover {
|
|
|
|
text-decoration: none;
|
|
|
|
border: 1px solid {$greyborder};
|
|
|
|
border-bottom: 1px solid {$darkgreyborder};
|
|
|
|
color: {$darkgreytext};
|
2011-04-01 02:06:33 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.aphront-pager-view a.current {
|
2013-11-28 16:33:27 +01:00
|
|
|
background: {$greybackground};
|
|
|
|
border: 1px solid {$greyborder};
|
|
|
|
border-bottom: 1px solid {$darkgreyborder};
|
|
|
|
color: {$darkgreytext};
|
2011-04-01 02:06:33 +02:00
|
|
|
}
|