Add extra style rules for Drupal default pager.

Comments

gtsopour’s picture

Status: Active » Closed (fixed)

Added to style.css file

/*
* Pager
*/
ul.pager { background: #eef0f5; border: 1px solid #ced1da; margin:20px 0; padding:20px; display:block; overflow:hidden; }

ul.pager li { padding:0; margin:0; }

ul.pager li.pager-current { padding:10px; background:#4eabd7; color:#ffffff; }

ul.pager a { padding:10px; background:#11719f; color:#ffffff; }

ul.pager a:hover { background:#4eabd7; }

I have already committed this change and will be included in next Bluemasters version 7.x-1.2
/George