mirror of
https://github.com/Start9Labs/start9.com.git
synced 2026-03-30 12:11:58 +00:00
adjust chat styling
This commit is contained in:
@@ -3,11 +3,12 @@
|
|||||||
<script>
|
<script>
|
||||||
$(function() {
|
$(function() {
|
||||||
new ZammadChat({
|
new ZammadChat({
|
||||||
title: '<strong>Chat</strong> with a Start9 Technician',
|
title: '<strong>Chat</strong> with us',
|
||||||
background: '#ff4961',
|
background: '#828282',
|
||||||
fontSize: '12px',
|
fontSize: '11px',
|
||||||
chatId: 1,
|
chatId: 1,
|
||||||
show: true
|
show: true,
|
||||||
|
flat: true
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Reference in New Issue
Block a user