mirror of
https://github.com/flynx/pWiki.git
synced 2025-10-29 10:00:08 +00:00
stub loading indicator...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
c5c0ac4611
commit
042c42f86b
@ -44,11 +44,33 @@
|
|||||||
display: block;
|
display: block;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
|
|
||||||
/* loading indicator */
|
/* loading indicator */
|
||||||
&.loading {
|
&.loading {
|
||||||
/* XXX */
|
.outline {
|
||||||
|
pointer-events: none;
|
||||||
|
}
|
||||||
|
.outline>.block {
|
||||||
|
opacity: 0.2;
|
||||||
|
}
|
||||||
|
/* XXX STUB... */
|
||||||
|
.outline:before {
|
||||||
|
content: "Loading...";
|
||||||
|
display: block;
|
||||||
|
position: absolute;
|
||||||
|
top: 1em;
|
||||||
|
}
|
||||||
|
.outline:empty:before {
|
||||||
|
position: relative;
|
||||||
|
top: 0;
|
||||||
|
}
|
||||||
|
/* override empty indicator */
|
||||||
|
.outline:after {
|
||||||
|
content: "" !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* editor code */
|
/* editor code */
|
||||||
&>.code {
|
&>.code {
|
||||||
display: none;
|
display: none;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user