Advertisement
Guest User

Untitled

a guest
Feb 11th, 2016
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. .uk-button-warning {
  2. background-color: #D89254;
  3. color: #ffffff;
  4. background-image: -webkit-linear-gradient(top, #E9AD6F, #D89254);
  5. background-image: linear-gradient(to bottom, #E9AD6F, #D89254);
  6. border-color: rgba(0, 0, 0, 0.2);
  7. border-bottom-color: rgba(0, 0, 0, 0.4);
  8. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  9. }
  10. /* Hover */
  11. .uk-button-warning:hover,
  12. .uk-button-warning:focus {
  13. background-color: #E9AD6F;
  14. color: #ffffff;
  15. background-image: none;
  16. }
  17. /* Active */
  18. .uk-button-warning:active,
  19. .uk-button-warning.uk-active {
  20. background-color: #E9AD6F;
  21. color: #ffffff;
  22. background-image: none;
  23. border-color: rgba(0, 0, 0, 0.2);
  24. border-top-color: rgba(0, 0, 0, 0.4);
  25. box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
  26. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement