mirror of https://github.com/xwiki-labs/cryptpad
Change logo in Code and Slide empty previews
This commit is contained in:
parent
dd72d42a14
commit
c1a5f236b6
|
@ -151,7 +151,7 @@ define([
|
|||
var $codeMirror = $('.CodeMirror');
|
||||
|
||||
$('<img>', {
|
||||
src: '/customize/main-favicon.png',
|
||||
src: '/customize/CryptPad_logo.svg',
|
||||
alt: '',
|
||||
class: 'cp-app-code-preview-empty'
|
||||
}).appendTo($previewContainer);
|
||||
|
|
|
@ -239,6 +239,7 @@
|
|||
img {
|
||||
max-width: 100%;
|
||||
max-height: 100%;
|
||||
opacity: 0.2;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -78,7 +78,7 @@ define([
|
|||
|
||||
if (c === '') {
|
||||
var $empty = $('<img>', {
|
||||
src: '/customize/main-favicon.png',
|
||||
src: '/customize/CryptPad_logo.svg',
|
||||
alt: '',
|
||||
class: 'cp-app-code-preview-empty'
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue