mirror of
https://github.com/Mabbs/mabbs.github.io
synced 2026-07-29 11:38:40 +02:00
Update 3 files
- /_layouts/default.html - /assets/js/pjax.js - /assets/css/style.scss
This commit is contained in:
parent
c5ad917d9e
commit
b25a864ee3
3 changed files with 16 additions and 4 deletions
|
|
@ -190,4 +190,16 @@ td.h-entry {
|
|||
|
||||
td.h-entry:hover {
|
||||
background: #f9f9f9;
|
||||
}
|
||||
}
|
||||
|
||||
body.pjax-loading::after {
|
||||
content: '';
|
||||
position: fixed;
|
||||
top: 16px;
|
||||
right: 16px;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
background: url('/images/loading.svg') center / contain no-repeat;
|
||||
z-index: 9999;
|
||||
pointer-events: none;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue