link.css 217 B

12345678910111213141516
  1. /**
  2. * @file
  3. * Style another element as a link.
  4. */
  5. button.link {
  6. background: transparent;
  7. border: 0;
  8. cursor: pointer;
  9. margin: 0;
  10. padding: 0;
  11. font-size: 1em;
  12. }
  13. label button.link {
  14. font-weight: bold;
  15. }