update LCARStrek for browser winstripe changes in Firefox 21 cycle
[themes.git] / LCARStrek / browser / preferences / preferences.css
index c4a7201adb4915f35cdb028bfb646f2ed87e9953..c5b635bb7ede7bbf9d218ad1d0456011cdf1f1cf 100644 (file)
@@ -85,10 +85,14 @@ radio[pane=paneSync] {
 /* styles for the link elements copied from .text-link in global.css */
 .inline-link {
   color: #3333FF;
-  text-decoration: underline;
+  text-decoration: none;
   cursor: pointer;
 }
 
+.inline-link:hover {
+  text-decoration: underline;
+}
+
 .inline-link:-moz-focusring {
   /* Don't specify the outline-color, we should always use initial value. */
   outline: 1px dotted;