From f155c563d86c36529ab6f2a2d64c55910850f636 Mon Sep 17 00:00:00 2001 From: nfreear Date: Wed, 28 Feb 2007 18:11:43 +0000 Subject: [PATCH] Fixes bug MDL-8695 "Form 'required' icon is hidden", see commit 13 Jan. --- theme/standard/styles_layout.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index c4c61f38d2..e2a0dd6895 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -506,8 +506,8 @@ form#adminsettings div.htmlarea { padding-top: 5px; } -form.mform .required img.req { - display:none; +.mform label .req, .mform label .adv { + cursor: help; } #admin-register form.mform .fsubmit { -- 2.39.5