calvinaquino / LNReader-Android

Light novel reader for android test project collab
Apache License 2.0
119 stars 36 forks source link

Custom Color for Table Border not working #224

Closed ghost closed 8 years ago

ghost commented 8 years ago

Color of table border stay black after change it to brighter color. Only encounter at navigation table, not sure if it happen too in novel content.

Nandaka commented 8 years ago

can you give me the novel to check?

ghost commented 8 years ago

CtG Volume 1 Chapter 1, all of table border are black. Make sure to enable custom color to encounter this trouble.

ghost commented 8 years ago

Sorry, there are only two table which are noticeable, first one and navigation table.

ghost commented 8 years ago

Border color changed on illustrations page.

Nandaka commented 8 years ago

The Table of Content and prologue are not using table, but div. image image

but the quest one, maybe I can force it to follow the color defined in the settings. image

ghost commented 8 years ago

Ah, that's why the color is not changed. (Already figure out it's div, not table actually)

Actually, what I mean is this. screenshot_2016-02-21-22-41-36_com erakk lnreader Before I enabled custom color settings, the color is white. What I suspect is (become black in custom color) it caused by Color Invert feature. screenshot_2016-02-21-22-42-24_com erakk lnreader The original border color is black, and it's div not table. But, can you do something about that? If can't, it can't be helped.

Nandaka commented 8 years ago

I can replace it, but it will affect all table border because the navigation menu doesn't have specific class/id.. Is it OK?

Refer to: https://github.com/calvinaquino/LNReader-Android/blob/master/app/src/main/res/raw/style_custom_color.css#L184 image

ghost commented 8 years ago

Actually, I'm not familiar with css html stuffs. I'm leave this to you.

Thank You.