mirror of
https://www.gitlink.org.cn/mayx/mayx.gitlink.net
synced 2026-05-24 13:53:55 +00: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