Advertisement
Guest User

Untitled

a guest
Feb 6th, 2016
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.33 KB | None | 0 0
  1. .stripe-button-el {
  2. overflow: hidden;
  3. display: inline-block;
  4. visibility: visible !important;
  5. background-image: -webkit-linear-gradient(#28a0e5, #015e94);
  6. background-image: -moz-linear-gradient(#28a0e5, #015e94);
  7. background-image: -ms-linear-gradient(#28a0e5, #015e94);
  8. background-image: -o-linear-gradient(#28a0e5, #015e94);
  9. background-image: -webkit-linear-gradient(#28a0e5, #015e94);
  10. background-image: -moz-linear-gradient(#28a0e5, #015e94);
  11. background-image: -ms-linear-gradient(#28a0e5, #015e94);
  12. background-image: -o-linear-gradient(#28a0e5, #015e94);
  13. background-image: linear-gradient(#28a0e5, #015e94);
  14. -webkit-font-smoothing: antialiased;
  15. border: 0;
  16. padding: 1px;
  17. text-decoration: none;
  18. -webkit-border-radius: 5px;
  19. -moz-border-radius: 5px;
  20. -ms-border-radius: 5px;
  21. -o-border-radius: 5px;
  22. border-radius: 5px;
  23. -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  24. -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  25. -ms-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  26. -o-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  27. box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  28. -webkit-touch-callout: none;
  29. -webkit-tap-highlight-color: transparent;
  30. -webkit-user-select: none;
  31. -moz-user-select: none;
  32. -ms-user-select: none;
  33. -o-user-select: none;
  34. user-select: none;
  35. cursor: pointer
  36. }
  37. .stripe-button-el::-moz-focus-inner {
  38. border: 0;
  39. padding: 0
  40. }
  41. .stripe-button-el span {
  42. display: block;
  43. position: relative;
  44. padding: 0 12px;
  45. height: 30px;
  46. line-height: 30px;
  47. background: #1275ff;
  48. background-image: -webkit-linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4);
  49. background-image: -moz-linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4);
  50. background-image: -ms-linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4);
  51. background-image: -o-linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4);
  52. background-image: -webkit-linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4);
  53. background-image: -moz-linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4);
  54. background-image: -ms-linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4);
  55. background-image: -o-linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4);
  56. background-image: linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4);
  57. font-size: 14px;
  58. color: #fff;
  59. font-weight: bold;
  60. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  61. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  62. -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  63. -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  64. -ms-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  65. -o-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  66. box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  67. -webkit-border-radius: 4px;
  68. -moz-border-radius: 4px;
  69. -ms-border-radius: 4px;
  70. -o-border-radius: 4px;
  71. border-radius: 4px
  72. }
  73. .stripe-button-el:not(:disabled):active,
  74. .stripe-button-el.active {
  75. background: #005d93
  76. }
  77. .stripe-button-el:not(:disabled):active span,
  78. .stripe-button-el.active span {
  79. color: #eee;
  80. background: #008cdd;
  81. background-image: -webkit-linear-gradient(#008cdd, #008cdd 85%, #239adf);
  82. background-image: -moz-linear-gradient(#008cdd, #008cdd 85%, #239adf);
  83. background-image: -ms-linear-gradient(#008cdd, #008cdd 85%, #239adf);
  84. background-image: -o-linear-gradient(#008cdd, #008cdd 85%, #239adf);
  85. background-image: -webkit-linear-gradient(#008cdd, #008cdd 85%, #239adf);
  86. background-image: -moz-linear-gradient(#008cdd, #008cdd 85%, #239adf);
  87. background-image: -ms-linear-gradient(#008cdd, #008cdd 85%, #239adf);
  88. background-image: -o-linear-gradient(#008cdd, #008cdd 85%, #239adf);
  89. background-image: linear-gradient(#008cdd, #008cdd 85%, #239adf);
  90. -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
  91. -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
  92. -ms-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
  93. -o-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
  94. box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1)
  95. }
  96. .stripe-button-el:disabled,
  97. .stripe-button-el.disabled {
  98. background: rgba(0, 0, 0, 0.2);
  99. -webkit-box-shadow: none;
  100. -moz-box-shadow: none;
  101. -ms-box-shadow: none;
  102. -o-box-shadow: none;
  103. box-shadow: none
  104. }
  105. .stripe-button-el:disabled span,
  106. .stripe-button-el.disabled span {
  107. color: #999;
  108. background: #f8f9fa;
  109. text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5)
  110. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement