start 2.0a3 cycle for LCARStrek with some more tweaking of notification bars to make...
[themes.git] / EarlyBlue / global / formatting.css
index 9f3a626777946699cf5aee1140d89d81d4ffddce..af9777685c54c72663f2ca60e552cce58a3b7f6e 100644 (file)
@@ -196,15 +196,13 @@ label {
 .text-link {
   color: blue;
   text-decoration: underline;
+  cursor: pointer;
 }
 
 .text-link:focus {
   color: red;
-  outline: 1px dotted invert;
-}
-
-.text-link:hover {
-  cursor: pointer;
+  /* Don't specify the outline-color, we should always use initial value. */
+  outline: 1px dotted;
 }
 
 .text-link:hover:active {