mirror of
https://github.com/flynx/pWiki.git
synced 2025-10-29 01:50:07 +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;
|
||||
position: relative;
|
||||
|
||||
|
||||
/* loading indicator */
|
||||
&.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 */
|
||||
&>.code {
|
||||
display: none;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user