mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Fix #1386
This commit is contained in:
6
public/css/firefly.css
vendored
6
public/css/firefly.css
vendored
@@ -153,7 +153,7 @@ body.waiting * {
|
||||
}
|
||||
|
||||
span.info-box-text a, span.info-box-number a {
|
||||
color: #000;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
span.info-box-icon a {
|
||||
@@ -161,7 +161,7 @@ span.info-box-icon a {
|
||||
}
|
||||
|
||||
span.info-box-text a:hover, span.info-box-number a:hover {
|
||||
color: #000;
|
||||
color: #fff;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
@@ -169,4 +169,4 @@ span.info-box-text a:hover, span.info-box-number a:hover {
|
||||
max-height: 300px;
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user