aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2011-07-25 12:43:20 +0100
committerStruan Donald <struan@exo.org.uk>2011-07-25 12:43:20 +0100
commit1cc5d87fafd63c0221e7a634ff33b307adf36671 (patch)
tree21581d2aaba53206926627700185ea60666b07cd
parent0e18337919a178d5b3e69527ed90c5f5f5761f8d (diff)
fix file upload background colour
-rw-r--r--web/cobrands/lichfield/css/layout.css4
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;
+}