diff options
author | Ivan Kohler <ivan@freeside.biz> | 2014-09-15 20:44:48 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2014-09-15 20:59:00 -0700 |
commit | 5b3efac57771fbc37874a3dd39d3df835cdd6133 (patch) | |
tree | f653976031646a27771f39902ed9296a4c129f30 /rt/share/html/NoAuth/css/base | |
parent | 008524b8e963831999983769f7fec11f55a72f16 (diff) |
RT 4.0.22
Diffstat (limited to 'rt/share/html/NoAuth/css/base')
-rw-r--r-- | rt/share/html/NoAuth/css/base/ticket.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rt/share/html/NoAuth/css/base/ticket.css b/rt/share/html/NoAuth/css/base/ticket.css index 6a43a1db1..d30b04645 100644 --- a/rt/share/html/NoAuth/css/base/ticket.css +++ b/rt/share/html/NoAuth/css/base/ticket.css @@ -143,4 +143,7 @@ display: none; } +.unread-messages .titlebox-content :link { + text-decoration: underline; +} |