Closed
Bug 50696
Opened 25 years ago
Closed 25 years ago
user.css is being ignored?
Categories
(SeaMonkey :: General, defect, P3)
Tracking
(Not tracked)
VERIFIED
INVALID
People
(Reporter: sean, Assigned: asa)
Details
In order to turn off link underlines, I have the following in my user.css:
:link,
:visited,
:out-of-date,
:link:active,
:visited:active,
:out-of-date:active
{
text-decoration: none;
}
It has always worked until I pulled today.
I think this is because user.css is now userContent.css and userChrome.css
(separate files for chrome and content). Try renaming the file.
Reporter | ||
Comment 2•25 years ago
|
||
That's it - thanks.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → INVALID
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•