This commit is contained in:
Oliver
2025-07-26 14:22:14 -03:00
parent a34ccc7aa2
commit 0d6ba0b797
3 changed files with 19 additions and 0 deletions

View File

@@ -364,6 +364,15 @@ footer a:hover {
}
/* Header */
#cw-status {
padding: 0 10px;
background-color: #f0f0f0;
border-bottom: 1px solid #ddd;
max-height: 0;
overflow: hidden;
transition: max-height 0.5s ease-in-out, padding 0.5s ease-in-out;
}
#cw-chatWidget .header {
background-color: #0070c0;
color: white;