Advertisement
Guest User

Untitled

a guest
Feb 20th, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.53 KB | None | 0 0
  1. #mc-embedded-subscribe {
  2.     background: #fff;
  3.     border: 2px solid rgb(0,133,62);
  4.     transition: .5s all !important;
  5.     color: rgb(0,133,62);
  6. }
  7.  
  8. #mc-embedded-subscribe:hover {
  9.     background: rgb(0, 133, 62);
  10.     color: #fff;
  11. }
  12.  
  13. #mc-embedded-subscribe .light-btn {
  14.     display: inherit;
  15.     background-color: inherit;
  16.     color: inherit;
  17.     padding: inherit;
  18.     border: none;
  19.     border-radius: initial;
  20.     height: initial;
  21.     background: transparent;
  22. }
  23.  
  24. #mc-embedded-subscribe span {
  25.     pointer-events: none;
  26. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement