mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Fix pad creation screen
This commit is contained in:
parent
81782b5446
commit
5d2d16efd8
@ -262,7 +262,7 @@
|
||||
@cp_corner-text: @cryptpad_text_col;
|
||||
|
||||
// Pad Creation Screen
|
||||
@cp_creation-bg: @cryptpad_color_white;
|
||||
@cp_creation-bg: @cryptpad_color_grey_50;
|
||||
@cp_creation-fg: @cryptpad_text_col;
|
||||
@cp_creation-template: @cryptpad_color_grey_100;
|
||||
@cp_creation-button-bg: @cryptpad_color_brand;
|
||||
|
||||
@ -2770,7 +2770,7 @@ define([
|
||||
if (/^http/.test(domain)) { domain = domain.replace(/^https?\:\/\//, ''); }
|
||||
|
||||
var title = h('div.cp-creation-title', [
|
||||
UI.getFileIcon({type: type})[0],
|
||||
UI.getFileIcon({type: type}),
|
||||
h('div.cp-creation-title-text', [
|
||||
h('span', newPadH3Title),
|
||||
createHelper(Pages.localizeDocsLink('https://docs.cryptpad.org/en/user_guide/apps/general.html#new-document'), Messages.creation_helperText)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user