HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Light Pagers Mod

This discussion is related to the FlatVI addon.
TamaTama United Kingdom ✭✭✭
edited August 2013 in Feedback

Some people have contacted me, asking for a different style of pagers

apply this to the custom.css file

.Pager {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.Pager span,
.Pager a {
  float: left;
  padding: 4px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
  color: #3498DB;
  margin: 0px;
}
.Pager span:hover,
.Pager a:hover {
  background-color: #f5f5f5;
}
.Pager .Previous {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
    border-left-width: 1px;
}
.Pager .Next {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}
.Pager .Highlight {
  color: #999999 ;
  background-color: #f5f5f5;
}
#vanilla_discussion_index #PagerBefore {
    position:relative;
    bottom: 20px;
}

There was an error rendering this rich post.

hgtonightUnderDogperegrineremzi
Sign In or Register to comment.