
October 11th, 2012, 02:04 PM
|
|
Registered User
|
|
Join Date: Oct 2012
Posts: 2
Time spent in forums: 23 m
Reputation Power: 0
|
|
|
New Member - Code for "everything but web pages" (Firefox themes)
Hi, everybody,
I'm trying to make a theme for Firefox and some areas of Firefox are very difficult to identify, even using the DOM Inspector. So what I do is I use the "*" so it applies to all possible elements and then I change those that I need to change separately. However, the "*" also affects all web pages and I don't want to change web pages in any way at all.
So what's the code for "everything but web pages"?
|