From e5ef27b168c586f9787e0285a813e09395819ebc Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 9 May 2013 22:43:01 +0200 Subject: [PATCH] Fix: no underline onto link that are disabled. --- htdocs/theme/eldy/style.css.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index 39a9292531c..b5b380f5158 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -514,6 +514,7 @@ a.tmenudisabled:link, a.tmenudisabled:visited, a.tmenudisabled:hover, a.tmenudis cursor: not-allowed; font-weight: normal; white-space: nowrap; + text-decoration: none; } a.tmenu:link, a.tmenu:visited, a.tmenu:hover, a.tmenu:active {