View Single Post
Old 09-28-2020, 09:22 AM   #7
thiago.eec
Wizard
thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.
 
Posts: 1,218
Karma: 1419583
Join Date: Dec 2016
Location: Goiânia - Brazil
Device: iPad, Kindle Paperwhite, Kindle Oasis
If you are on Windows, go to 'C:\Program Files\Calibre2\app\resources\viewer.html'. Look for these two lines:

Code:
<symbol viewBox="0 0 1792 1792" id="icon-caret-right">
...
<symbol viewBox="0 0 1792 1792" id="icon-caret-left">
Now, if you want them blue, this is how:

Code:
<symbol viewBox="0 0 1792 1792" id="icon-caret-right" style="fill: blue">
...
<symbol viewBox="0 0 1792 1792" id="icon-caret-left" style="fill: blue">
Or if you want them gone, like before, just use "fill: transparent".

P.S.: a calibre upgrade will overwrite these changes.

Last edited by thiago.eec; 09-28-2020 at 09:30 AM.
thiago.eec is offline   Reply With Quote