In previous versions of FF there was a border around pictures, how can I get the borders to show up again?
The photos had a border and when you clicked on them to follow the link the picture border changed color when you returned from the link.
Всички отговори (1)
Were you using code in userContent.css to achieve this?
The customization files userChrome.css (interface) and userContent.css (websites) are located in the chrome folder in the user profile folder.
:link img {outline: 1px blue solid} :visited img {outline: 1px red dashed}