mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
This should fix the print thing. [skip ci]
This commit is contained in:
parent
4538ef3cf9
commit
ac55b0fafb
6
public/css/firefly.css
vendored
6
public/css/firefly.css
vendored
@ -95,4 +95,10 @@ body.waiting * {
|
||||
.loading {
|
||||
background: url('/images/loading-small.gif') no-repeat center center;
|
||||
min-height: 30px;
|
||||
}
|
||||
|
||||
@media print {
|
||||
a[href]:after {
|
||||
content: none !important;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user