[Plugin: Bug Library] CSS Selector Bug in default settings
-
In the default CSS settings,
this:
#bug-library-list a, a:visited { text-decoration: none; color: #0066CC }should be
#bug-library-list a, #bug-library-list a:visited { text-decoration: none; color: #0066CC }to avoid messing with the user theme – especially since your inline styles take precedence over my nicely contained external css ??
- The topic ‘[Plugin: Bug Library] CSS Selector Bug in default settings’ is closed to new replies.