Quote:
Originally Posted by Phil_C
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.
|
If you would prefer to also remove those thick highlight bars over the currently-active icon then I think a simple tweak of the custom patch in post #18 should do the trick. Change the last line:
From:
Code:
- {Find: "border-top: 1px solid #666666;", Replace: "border-top: none"}
To:
Code:
- {Find: "solid", Replace: "none"}