cloak for vuejs
This commit is contained in:
parent
ad982a1ac5
commit
8735a2bbd4
3 changed files with 5 additions and 2 deletions
3
public/backend/style.css
vendored
3
public/backend/style.css
vendored
|
@ -936,6 +936,7 @@ textarea.large, input.large {
|
|||
/* float: right; */
|
||||
}
|
||||
|
||||
|
||||
.pure-table tr.inprogress {
|
||||
padding: 0.8em;
|
||||
background-color: paleturquoise;
|
||||
|
@ -957,6 +958,8 @@ textarea.large, input.large {
|
|||
|
||||
}
|
||||
|
||||
[v-cloak] > * { display:none; }
|
||||
[v-cloak]::before { content: "loading..."; }
|
||||
|
||||
.help {
|
||||
display: block;
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue