apparently the override doesn't work here in themes, we'll need to find soemthing...
[themes.git] / LCARStrek / global / global.css
index 5dd43311ee8bb2637ab8a16b02160cc00cf92b35..49fd787e0f99d35a54dde65d9461eb7a3d8dab5f 100644 (file)
@@ -48,11 +48,6 @@ menubar {
 toolbaritem > menubar {
   -moz-binding: url("chrome://global/content/bindings/toolbar.xml#menubar");
 }
-/*
-progressmeter[mode="undetermined"] {
-  -moz-binding: url("chrome://global/content/bindings/progressmeter.xml#progressmeter-undetermined");
-}
-*/
 
 /* ::::: root elements ::::: */
 
@@ -312,10 +307,13 @@ description {
 
 .text-link {
   color: #3333FF;
-  text-decoration: underline;
   cursor: pointer;
 }
 
+.text-link:hover {
+  text-decoration: underline;
+}
+
 .text-link:-moz-focusring {
   /* Don't specify the outline-color, we should always use initial value. */
   outline: 1px dotted;