diff --git a/browser/themes/linux/preferences/preferences.css b/browser/themes/linux/preferences/preferences.css index a52175dd6db4..fa4eeef7474b 100644 --- a/browser/themes/linux/preferences/preferences.css +++ b/browser/themes/linux/preferences/preferences.css @@ -87,6 +87,18 @@ label.small { -moz-box-flex: 1; } +/* Privacy Pane */ + +/* styles for the link elements copied from .text-link in global.css */ +.inline-link { + color: -moz-nativehyperlinktext; + text-decoration: none; +} + +.inline-link:hover { + text-decoration: underline; +} + /* Modeless Window Dialogs */ .windowDialog, .windowDialog prefpane { diff --git a/browser/themes/osx/preferences/preferences.css b/browser/themes/osx/preferences/preferences.css index 66e80b0dba11..e18317df75b8 100644 --- a/browser/themes/osx/preferences/preferences.css +++ b/browser/themes/osx/preferences/preferences.css @@ -184,6 +184,24 @@ caption { font-weight: bold; } +/** + * Privacy Pane + */ + +html|a.inline-link { + color: -moz-nativehyperlinktext; + text-decoration: none; +} + +html|a.inline-link:hover { + text-decoration: underline; +} + +html|a.inline-link:-moz-focusring { + outline-width: 0; + box-shadow: @focusRingShadow@; +} + /** * Update Preferences */ diff --git a/browser/themes/windows/preferences/preferences.css b/browser/themes/windows/preferences/preferences.css index 3c81558b397d..d6ea3bb7f6cf 100644 --- a/browser/themes/windows/preferences/preferences.css +++ b/browser/themes/windows/preferences/preferences.css @@ -83,6 +83,18 @@ label.small { -moz-box-flex: 1; } +/* Privacy Pane */ + +/* styles for the link elements copied from .text-link in global.css */ +.inline-link { + color: -moz-nativehyperlinktext; + text-decoration: none; +} + +.inline-link:hover { + text-decoration: underline; +} + /* Modeless Window Dialogs */ .windowDialog, .windowDialog prefpane {