Calendar CSS styles

This commit is contained in:
Jose Gonzalez 2023-03-08 15:23:42 +01:00
parent c51c00f974
commit 0304c1f18e

View File

@ -6,7 +6,7 @@
/* Calendar background */
table.scw {
background-color: #82b92e;
background-color: var(--secondary-color);
border: 0 !important;
border-radius: 4px;
}
@ -65,3 +65,19 @@ td.scwFoot {
color: #3c3c3c !important;
border: 0 !important;
}
.scwHead input {
line-height: 6px;
padding-left: 5px;
background-color: #000;
color: #cccccc;
}
.scwHead input:hover {
background-color: #cccccc;
color: #000;
}
table.scw {
border: 2px solid #c0ccdc;
}