diff options
author | ivan <ivan> | 2010-10-10 00:26:24 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-10-10 00:26:24 +0000 |
commit | b76d8cd6704292a90d71bfea31859ed22e2fa23f (patch) | |
tree | 6e68bd327d7205b1c394b041eb2d88d0606f8740 /httemplate/elements | |
parent | 6889413a55f87e4b7f6b6637773f87a0de52b3b4 (diff) |
add lock_agentnum and lock_pkgpart parameters to new customer page, RT#9782
Diffstat (limited to 'httemplate/elements')
-rw-r--r-- | httemplate/elements/freeside.css | 10 |
1 files changed, 10 insertions, 0 deletions
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; |