Skip to content

Commit d8c1441

Browse files
nascondiamo pulsante chat se chat non pronta
1 parent a641a8f commit d8c1441

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

welcome.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@
1212
a.button { display: inline-block; padding: 10px 14px; background: #0969da; color: #fff; border-radius: 6px; text-decoration: none; cursor: pointer; }
1313
a.button:hover { background: #0758b7; }
1414
a.button.disabled { background: #ccc; cursor: not-allowed; }
15-
15+
/*nasconde chat se la chat non è pronta: non ha passato parametri (mail)*/
16+
.embeddedService-Button {
17+
display: none !important;
18+
}
1619
</style>
1720
</head>
1821
<body>

0 commit comments

Comments
 (0)