Text color of the Book details window is black in 6.26

Bug #2034999 reported by Jonatan Nyberg
14
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.

Revision history for this message
Jonatan Nyberg (bugreporter41) wrote :
Revision history for this message
Jonatan Nyberg (bugreporter41) wrote :
Revision history for this message
Kovid Goyal (kovid) wrote :

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 {
    background-color: transparent;
}

body.horizontal table td.title { white-space: nowrap }

a {
    text-decoration: none;
}

.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 {
    font-weight: normal;
    font-style: italic;
    color: palette(placeholder-text);
    text-align: right;
}

.series_name {
    font-style: italic
}

Changed in calibre:
status: New → Invalid
Revision history for this message
Jonatan Nyberg (bugreporter41) wrote :

I changed it but it didn't solve the problem. I find it strange that it would have changed on its own.

Revision history for this message
cmfy (cmfy) wrote :

I can confirm this happens also with Calibre Portable 6.26 default settings, in which there is no custom book-details CSS file.

Revision history for this message
Kovid Goyal (kovid) wrote :

Try hitting restore defaults instead that will guarantee a restore.

Revision history for this message
Jonatan Nyberg (bugreporter41) wrote :

Hitting restore defaults didn't help either.

Revision history for this message
Kovid Goyal (kovid) wrote :

I cannot replicate, on either Linux or Windows

Revision history for this message
Jonatan Nyberg (bugreporter41) wrote :

I can't provide any way to make you replicate it. I'm on Linux.

Revision history for this message
cmfy (cmfy) wrote :

I'm on Windows

Revision history for this message
Charles Haley (cbhaley) wrote :

FWIW: it works for me on windows 10, running the standard binary and with the CSS from the post above.

Revision history for this message
cmfy (cmfy) wrote :

I get this on a fresh 6.26 Portable

Revision history for this message
Charles Haley (cbhaley) wrote :

I missed that the problem only occurs on the separate book details window.

I can repeat the problem. The book details pane has grey text. The book details window has black text.

Revision history for this message
Kovid Goyal (kovid) wrote :

Fixed in branch master. The fix will be in the next release. calibre is usually released every alternate Friday.

Changed in calibre:
status: Invalid → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.