HenrikHansen Well-known member Feb 28, 2013 #1 Quite a lot of my my pop up menus, the edit thrad menu and the user admin menu, have become transparent, so the items are hard to read (among the text beneath). I am not sure what I did do make it happen, have anyone a clue how to reverse it?
Quite a lot of my my pop up menus, the edit thrad menu and the user admin menu, have become transparent, so the items are hard to read (among the text beneath). I am not sure what I did do make it happen, have anyone a clue how to reverse it?
Shelley Well-known member Feb 28, 2013 #2 could you have adjusted the opacity setting in the following?It should be 0.96 as default perhaps you set this to 0 Code: .Menu .secondaryContent { background-color: rgba(240, 247, 252, 0.96); } Upvote 0 Downvote
could you have adjusted the opacity setting in the following?It should be 0.96 as default perhaps you set this to 0 Code: .Menu .secondaryContent { background-color: rgba(240, 247, 252, 0.96); }
HenrikHansen Well-known member Feb 28, 2013 #3 Shelley said: could you have adjusted the opacity setting in the following? Click to expand... Thanks a lot, Shelley. That fixed it. Upvote 0 Downvote
Shelley said: could you have adjusted the opacity setting in the following? Click to expand... Thanks a lot, Shelley. That fixed it.