diff options
author | Struan Donald <struan@exo.org.uk> | 2011-07-25 12:43:20 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2011-07-25 12:43:20 +0100 |
commit | 1cc5d87fafd63c0221e7a634ff33b307adf36671 (patch) | |
tree | 21581d2aaba53206926627700185ea60666b07cd | |
parent | 0e18337919a178d5b3e69527ed90c5f5f5761f8d (diff) |
fix file upload background colour
-rw-r--r-- | web/cobrands/lichfield/css/layout.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/web/cobrands/lichfield/css/layout.css b/web/cobrands/lichfield/css/layout.css index a3af4f907..8ad8c7337 100644 --- a/web/cobrands/lichfield/css/layout.css +++ b/web/cobrands/lichfield/css/layout.css @@ -43,3 +43,7 @@ #mysociety input { background-color: #f9f9f1; } + +#mysociety #fileupload_normalUI input { + background-color: white; +} |