You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

reset.scss 296 B

3 vuotta sitten
12345678910111213141516171819202122
  1. .rbc-btn {
  2. color: inherit;
  3. font: inherit;
  4. margin: 0;
  5. }
  6. button.rbc-btn {
  7. overflow: visible;
  8. text-transform: none;
  9. -webkit-appearance: button;
  10. cursor: pointer;
  11. }
  12. button[disabled].rbc-btn {
  13. cursor: not-allowed;
  14. }
  15. button.rbc-input::-moz-focus-inner {
  16. border: 0;
  17. padding: 0;
  18. }