gantt-task-react/src/components/Calendar/calendar.module.css
2020-08-05 08:14:22 +03:00

26 lines
473 B
CSS

.calendarBottomText {
text-anchor: middle;
fill: #333;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
pointer-events: none;
}
.calendarTopTick {
stroke: #e6e4e4;
}
.calendarTopText {
text-anchor: middle;
fill: #555;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
pointer-events: none;
}