diff options
author | Dylan William Hardison <dylan@hardison.net> | 2015-02-10 02:00:55 +0100 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2015-02-24 03:56:34 +0100 |
commit | f193116a4f38a4d3c8a9e5f7da3006a6f006448d (patch) | |
tree | 301bd63c396dc9ded15de2f1f7c34938729d82a9 /extensions/REMO/web/styles | |
parent | fab5c126b317996c6802d175e196ac11f0171d73 (diff) | |
download | bugzilla-f193116a4f38a4d3c8a9e5f7da3006a6f006448d.tar.gz bugzilla-f193116a4f38a4d3c8a9e5f7da3006a6f006448d.tar.xz |
Bug 1123275 - Changes to form.reps.mentorship (DRAFT)
Diffstat (limited to 'extensions/REMO/web/styles')
-rw-r--r-- | extensions/REMO/web/styles/moz_reps.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/extensions/REMO/web/styles/moz_reps.css b/extensions/REMO/web/styles/moz_reps.css index 216bdd234..884dc5896 100644 --- a/extensions/REMO/web/styles/moz_reps.css +++ b/extensions/REMO/web/styles/moz_reps.css @@ -32,6 +32,11 @@ font-size: 80%; } +label.required:before { + content: "* "; + color: red; +} + #reps-form .missing { box-shadow: #FF0000 0 0 1.5px 1px; } |