Files
egwcorelib/EgwCoreLib.Razor/CalendarWeek.razor.css
Samuele Locatelli de7e742731 Rename part 2:
- aggiunta nuova path e rename
2023-02-03 08:29:22 +01:00

33 lines
548 B
CSS

.cssTable {
border-radius: 12px;
width: 100%;
height: 100%;
background-color: #34495E;
}
.cssTable tr {
margin: 0 1rem 0 1rem;
}
.cssTable td {
padding: 0.1rem 0rem 0.1rem 0rem;
border: none;
}
.cssTable thead tr {
margin-top: 0.625rem;
}
.meseAnno {
text-transform: capitalize;
color: #fff;
}
.containerBtnTemp {
position: relative;
align-items: center;
display: flex;
justify-content: center;
background-color: transparent;
border: none;
color: #fff;
}
.selDate {
background-color: #E67E22;
color: #000;
}