Advertisement
Guest User

Untitled

a guest
Feb 1st, 2017
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.21 KB | None | 0 0
  1. .ezfc-wrapper .ezfc-form .ezfc-step-indicator-item {
  2.   background: #efefef;
  3.   color: #666;
  4. }
  5. .ezfc-wrapper .ezfc-form .ezfc-step-indicator-item:before {
  6.   border-color: #efefef;
  7.   border-left-color: transparent;
  8. }
  9. .ezfc-wrapper .ezfc-form .ezfc-step-indicator-item:after {
  10.   border: 15px solid transparent;
  11.   border-left-color: #efefef;
  12. }
  13. .ezfc-wrapper .ezfc-form .ezfc-step-indicator-item.ezfc-step-indicator-item-active {
  14.   background: #1C91E9;
  15.   color: #fff;
  16. }
  17. .ezfc-wrapper .ezfc-form .ezfc-step-indicator-item.ezfc-step-indicator-item-active:before {
  18.   border-color: #1C91E9;
  19.   border-left-color: transparent;
  20. }
  21. .ezfc-wrapper .ezfc-form .ezfc-step-indicator-item.ezfc-step-indicator-item-active:after {
  22.   border-left-color: #1C91E9;
  23. }
  24. .ezfc-wrapper .ezfc-form .ezfc-step-indicator-item.ezfc-step-indicator-item-active:hover {
  25.   background: #4aa8ee;
  26.   border-color: #4aa8ee;
  27.   color: #fff;
  28.   text-decoration: none;
  29. }
  30. .ezfc-wrapper .ezfc-form .ezfc-step-indicator-item.ezfc-step-indicator-item-active:hover:before {
  31.   border-color: #4aa8ee;
  32.   border-left-color: transparent;
  33. }
  34. .ezfc-wrapper .ezfc-form .ezfc-step-indicator-item.ezfc-step-indicator-item-active:hover:after {
  35.   border-left-color: #4aa8ee;
  36. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement