Files
socialhose-php/frontend/app/styles/components/calendar/scss/_reset.scss
T
2022-12-09 08:36:26 -06:00

22 lines
295 B
SCSS

.rbc-btn {
color: inherit;
font: inherit;
margin: 0;
}
button.rbc-btn {
overflow: visible;
text-transform: none;
-webkit-appearance: button;
cursor: pointer;
}
button[disabled].rbc-btn {
cursor: not-allowed;
}
button.rbc-input::-moz-focus-inner {
border: 0;
padding: 0;
}