From 5ef157063cadbce78d72616cbeaa53d5b7eddda6 Mon Sep 17 00:00:00 2001 From: Matthias Mees Date: Tue, 18 Mar 2014 15:23:08 +0100 Subject: [PATCH] A more subtle styling for links in field info text. --- templates/2k11/admin/style.css | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/templates/2k11/admin/style.css b/templates/2k11/admin/style.css index afd4c58a..b6506a2a 100644 --- a/templates/2k11/admin/style.css +++ b/templates/2k11/admin/style.css @@ -1857,14 +1857,13 @@ form > .button_link:first-of-type, text-align: center; } -.installer .field_info a, -.installer .field_info a:visited { - color: #444; - text-shadow: none; +.field_info a, +.field_info a:visited { + color: #ddd; } -.installer .field_info a:hover, -.installer .field_info a:focus { +.field_info a:hover, +.field_info a:focus { color: #fcfcfc; }