Guest User

Untitled

a guest
Jan 19th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. /* PMPro Levels Page - Button Styling */
  2. a.pmpro_btn.pmpro_btn-select {
  3. text-decoration: none;
  4. text-transform: uppercase;
  5. background-color: #D32D0B;
  6. color: #ffffff;
  7. border: none;
  8. }
  9.  
  10. /* PMPro Levels Page - Table Background Color */
  11. #pmpro_levels_table {
  12. background-color: #191919
  13. }
  14.  
  15. /* PMPro Checkout Page - input fields */
  16. input.input {
  17. border-color: #ffffff;
  18. background-color: #191919;
  19. }
  20.  
  21. /* PMPro Checkout Page - button */
  22. input.pmpro_btn.pmpro_btn-submit-checkout {
  23. color: #ffffff;
  24. text-decoration: none;
  25. text-transform: uppercase;
  26. background-color: #D32D0B;
  27. border: none;
  28. padding: 15px;
  29. }
  30.  
  31. /* PMPro Checkout Page - select fields */
  32. select.pmpro_required {
  33. background-color: #191919;
  34. color: #ffffff;
  35. width: 248px;
  36. }
  37.  
  38. #bcountry {
  39. background-color: #191919;
  40. color: #ffffff;
  41. width: 248px
  42. }
Add Comment
Please, Sign In to add comment