keeping up with Classic, making textboxes size and look better
[themes.git] / EarlyBlue / communicator / formatting.css
index 2c5fc1657f901be5173c7c3256016cefab7e83c7..38138ea3bce52b2dd3a3f84fb1a7edc425acf698 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