From: Faust Gertz Date: Wed, 11 Jun 2014 05:53:46 +0000 (-0500) Subject: Replace 3 char hex color codes with 6 char codes. X-Git-Tag: v2.0.0~2^2~24^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F91%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-emails.git Replace 3 char hex color codes with 6 char codes. --- diff --git a/css/ink.css b/css/ink.css index 9f40ef94..6bca16fb 100644 --- a/css/ink.css +++ b/css/ink.css @@ -496,7 +496,7 @@ table.button:active td { table.button:hover td a, table.button:visited td a, table.button:active td a { - color: #fff !important; + color: #ffffff !important; } table.button:hover td, @@ -528,22 +528,22 @@ table.large-button td a:visited { table.secondary td { background: #e9e9e9; border-color: #d0d0d0; - color: #555; + color: #555555; } table.secondary td a { - color: #555; + color: #555555; } table.secondary:hover td { background: #d0d0d0 !important; - color: #555; + color: #555555; } table.secondary:hover td a, table.secondary td a:visited, table.secondary:active td a { - color: #555 !important; + color: #555555 !important; } table.success td {