View Single Post
Old 12-30-2025, 07:51 PM   #19
Phil_C
Addict
Phil_C ought to be getting tired of karma fortunes by now.Phil_C ought to be getting tired of karma fortunes by now.Phil_C ought to be getting tired of karma fortunes by now.Phil_C ought to be getting tired of karma fortunes by now.Phil_C ought to be getting tired of karma fortunes by now.Phil_C ought to be getting tired of karma fortunes by now.Phil_C ought to be getting tired of karma fortunes by now.Phil_C ought to be getting tired of karma fortunes by now.Phil_C ought to be getting tired of karma fortunes by now.Phil_C ought to be getting tired of karma fortunes by now.Phil_C ought to be getting tired of karma fortunes by now.
 
Phil_C's Avatar
 
Posts: 285
Karma: 391602
Join Date: Oct 2009
Location: Chicago, IL USA
Device: Sony PRS-350; Kobo Clara HD; Kobo Clara 2E; Kobo Clara BW
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"}
It works! One difference: There is a heavy line over the icon for the screen you are on -- Home, My Books, More. Not Nickel Menu. (I keep wi-fi off and do not use Discover.)

This is all good, as the bold highlight line over the currently in-use bold icon makes perfect sense. Not needed over Nickel Menu, since it's, well, just a pop-up menu.

Thanks @jackie_w. A genius solution, as usual!
Phil_C is offline   Reply With Quote