diff options
Diffstat (limited to 'frontends/php/css.css')
| -rw-r--r-- | frontends/php/css.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/frontends/php/css.css b/frontends/php/css.css index b0395822..687cd4b7 100644 --- a/frontends/php/css.css +++ b/frontends/php/css.css @@ -331,6 +331,11 @@ A.on:visited { color:#AA0000; text-decoration: none; } A.on:hover { color:#AA0000; text-decoration: underline; } A.on:active { color:#AA0000; text-decoration: underline;} +A.action:link { color:#000088; text-decoration: none; } +A.action:visited { color:#000088; text-decoration: none; } +A.action:hover { color:#000088; text-decoration: underline; } +A.action:active { color:#000088; text-decoration: underline;} + .on { color: #AA0000; |
