glide-design-system
Version:
Glide design system is an open-source React component library. It offers numerous benefits that make them essential tools for design and development teams.
35 lines (27 loc) • 486 B
CSS
/* Dayview.css */
.tableVviewContainer {
user-select: none;
}
.tableRow {
border: 1px solid #DDD;
border-left: none;
display: flex;
align-items: center;
cursor: pointer;
}
.tableCell {
width: 100px;
border-right: 1px solid #DDD;
height: 100%;
padding-right: 10px;
display: flex;
align-items: flex-start;
}
.eventCell
{
color:black
}
.eventCellSelected
{
background-color: lightblue;
}