添加Kaminari分页样式
This commit is contained in:
parent
22dd4981c0
commit
3e2deaf0e3
|
@ -2259,3 +2259,16 @@ ul.messages-for-user-reply li {
|
|||
.footer_text_link{
|
||||
margin: 0px 5px;
|
||||
}
|
||||
|
||||
/**kaminari 分頁當前頁樣式**/
|
||||
div.pagination a.current-page {
|
||||
/*color: rgb(153, 153, 153); add by huang*/
|
||||
/*color:#e2f4ff;*/
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
div.pagination a.current-page {
|
||||
/*background-color: rgb(245, 245, 245); add by huang*/
|
||||
background-color:#e2f4ff;
|
||||
}
|
||||
/**kaminari 分頁樣式**/
|
||||
|
|
Loading…
Reference in New Issue