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