Skip to content

Two Semi-Issues Since Updating #752

Answered by MonfGeiger
MonfGeiger asked this question in Q&A
Discussion options

You must be logged in to vote

GOT IT, took me a bit of digging, but i had to do this to change the color from all black to darkish grey

 /* Navbar Border */
  #navigator-toolbox:-moz-lwtheme {
    **--tabs-border-color: rgba(160, 160, 160, 0.4)**; /* Legacy: v96, (0, 0, 0, 0.3) -> (0, 0, 0, 0.4)  */
    --lwt-tabs-border-color: rgba(0, 0, 0, 0.4);
  }

just have to make sure that it isnt set to anything else and not to overwrite my userchrome file, and im set. thanks for the help guys

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
4 replies
@MonfGeiger
Comment options

@MonfGeiger
Comment options

Answer selected by MonfGeiger
@black7375
Comment options

@Pukkels
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants