css
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user