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.
 
 
 
 

24 lines
416 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. text-align: center;
  11. }
  12. #go{
  13. height: 24px;
  14. color: black;
  15. background-color: white;
  16. line-height: 20px;
  17. text-align: center;
  18. border: 1px solid;
  19. border-color: darkgray;
  20. margin-left: 20px;
  21. cursor: default;
  22. display: inline-block;
  23. }