mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-12-23 19:39:31 +00:00
Added simple single page ajax handling for a links.
This commit is contained in:
parent
ca8ef1d5bd
commit
b3db1dd139
8 changed files with 325 additions and 63 deletions
|
|
@ -134,6 +134,11 @@ body {
|
|||
line-height: 1.1;
|
||||
}
|
||||
|
||||
/* Blur content during loading*/
|
||||
.loading-content {
|
||||
filter: blur(2px);
|
||||
}
|
||||
|
||||
/********************************
|
||||
* Toasts
|
||||
********************************/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue