Advertisement
018

Fix that replaces that experience ruining search button

018
Jul 19th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. .cse .gsc-search-button-v2, .gsc-search-button-v2 {
  2. font-size: 0px;
  3. padding: 12px 33px;
  4. width: auto;
  5. vertical-align: middle;
  6. border: 1px solid #D9D9D9;
  7. -webkit-border-radius: 0px;
  8. background-image: url(https://i.imgur.com/55QbL3s.png);
  9. background-size: 74px;
  10. background-position: 150px 37px;
  11. }
  12.  
  13.  
  14.  
  15. .cse .gsc-search-button-v2:hover, .gsc-search-button-v2:hover {
  16. font-size: 0px;
  17. padding: 12px 33px;
  18. width: auto;
  19. vertical-align: middle;
  20. border: 1px solid #D9D9D9;
  21. -webkit-border-radius: 0px;
  22. background-image: url(https://i.imgur.com/55QbL3s.png);
  23. background-size: 74px;
  24. background-position: 150px 37px;
  25. }
  26.  
  27. .gsc-search-button {
  28. margin-left: -1px;
  29. margin-bottom: -1px;
  30. }
  31.  
  32. .gsc-search-button-v2 svg {
  33. fill: #fff0;
  34. }
  35.  
  36. td.gsc-input {
  37. box-shadow: 0px 0.4px 0px 0px #999 !important;
  38. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement