keeping up with Classic, making textboxes size and look better
[themes.git] / LCARStrek / communicator / formatting.css
index 732d4718fa09c09fbc6b6722ebd98def3ebc2917..b87c06ae0377c0957633c92b5ab848eb9a4df94a 100644 (file)
   text-decoration: underline;
 }
 
+.text-link:focus {
+  color: red;
+  -moz-outline: 1px dotted invert;
+}
+
 .text-link:hover {
   cursor: pointer;
 } 
@@ -53,4 +58,4 @@
 
 .text-link[visited="true"] {
   color: purple;
-}
+}
\ No newline at end of file