Text color of the Book details window is black in 6.26
Bug #2034999 reported by
Nick Wick
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
calibre |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
The text color of the Book details window is black in 6.26 compared to the Book details panel where the text color is gray and looks fine. See attachments.
To post a comment you must log in.
This will be because of some customization in your book details CSS
file. Go to Preferences->Look & feel->Book details and restore the text
styling section to default. The default is:
body, td { color: transparent;
background-
}
body.horizontal table td.title { white-space: nowrap }
a { decoration: none;
text-
}
.comments {
margin-top: 0;
padding-top: 0;
text-indent: 0
}
.comments-heading {
font-size: larger;
font-weight: bold
}
table.fields {
margin-bottom: 0;
padding-bottom: 0;
}
table.fields td {
vertical-align: top
}
table.fields td.title { placeholder- text);
font-weight: normal;
font-style: italic;
color: palette(
text-align: right;
}
.series_name {
font-style: italic
}