Widgets Atualizado

This commit is contained in:
2025-09-20 00:55:28 -03:00
parent 6fb90520e4
commit 7007ecf111
2 changed files with 32 additions and 7 deletions

View File

@@ -152,6 +152,23 @@
text-align: center;
}
/* Estilo para o calendário do widget indicar um evento com cor de fundo */
.em-calendario-wrapper[data-view="widget"] .em-dia-celula.has-event {
background-color: #e9f5ff; /* Um azul claro para indicar evento */
}
.em-calendario-wrapper[data-view="widget"] .em-dia-celula.has-event a {
text-decoration: none;
color: inherit; /* Mantém a cor do número do dia */
display: block;
height: 100%;
width: 100%;
}
.em-calendario-wrapper[data-view="widget"] .em-dia-celula.has-event:hover {
background-color: #d0eaff; /* Cor mais forte no hover */
}
.em-event-list {
width: 100%;
margin-top: 5px;