View Single Post
Old 01-01-2026, 06:39 PM   #22
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 82,242
Karma: 150871427
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by jackie_w View Post
It's not a patch I've ever used but I think you may be able to achieve this via a nickel.yaml CSS patch instead of the original patch from libnickel.so.1.0.0.yaml.

If you want to try it, add the following patch to nickel.yaml (or your customised version of it) and enable it. To avoid confusion you should probably also disable the one in libnickel.so.1.0.0.yaml.

Code:
Remove line from bottom tab bar via CSS:
  - Enabled: no
  - Description: Removes the line from the top of the bottom tab bar
  - FindZlib: "#activeTabLine" # qss/MainNavButton.qss
  - ReplaceZlibGroup:
      Replacements:
        - {Find: "border-top: 1px solid #666666;", Replace: "border-top: none"}
Thank you for the fix. I've fixed this in the ZIP and replaced it.

Remove line from bottom tab bar via CSS: now works.
JSWolf is offline   Reply With Quote