From b76d8cd6704292a90d71bfea31859ed22e2fa23f Mon Sep 17 00:00:00 2001 From: ivan Date: Sun, 10 Oct 2010 00:26:24 +0000 Subject: add lock_agentnum and lock_pkgpart parameters to new customer page, RT#9782 --- httemplate/elements/freeside.css | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'httemplate/elements') diff --git a/httemplate/elements/freeside.css b/httemplate/elements/freeside.css index 18b14e395..6cb15030b 100644 --- a/httemplate/elements/freeside.css +++ b/httemplate/elements/freeside.css @@ -40,6 +40,16 @@ textarea:focus, input[type="text"]:focus, input[type="password"]:focus { border-radius: 2px; } +.fsdisabled { + background-color: #dddddd; + color: #666666; + border: 1px solid #999999; + padding: 1px; + -moz-border-radius: 2px; + -webkit-border-radius: 2px; + border-radius: 2px; +} + input[type="reset"], input[type="submit"], input[type="button"] { background-color: #dddddd; border: 1px solid #666666; -- cgit v1.2.1