|
1
|
/**
|
|
2
|
* #.# Editor Styles
|
|
3
|
*
|
|
4
|
* CSS for just Backend enqueued after style.scss
|
|
5
|
* which makes it higher in priority.
|
|
6
|
*/ |
|
7
|
|
|
8
|
.embedpress-document-editmode .components-placeholder__instructions:after { |
|
9
|
content:"\ASupported File Type: PDF, DOC, PPT, XLS etc "; |
|
10
|
white-space: pre; |
|
11
|
} |
|
12
|
|