You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

23 lines
422 B

  1. .paginationjs-prev{
  2. /*background: lightgrey;*/
  3. border: 1px solid;
  4. border-color: darkgray;
  5. width: 25px;
  6. height: 25px;
  7. display: inline-block;
  8. color: black;
  9. line-height: 25px;
  10. }
  11. #go{
  12. height: 24px;
  13. color: black;
  14. background-color: white;
  15. line-height: 20px;
  16. text-align: center;
  17. border: 1px solid;
  18. border-color: darkgray;
  19. margin-left: 20px;
  20. cursor: default;
  21. display: inline-block;
  22. }