aboutsummaryrefslogtreecommitdiffstats
path: root/www/css
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2013-04-22 12:31:23 +0100
committerStruan Donald <struan@exo.org.uk>2013-04-22 15:58:16 +0100
commit8ad6d6e7b365d0433d94ebf8cc288d02d64afd3d (patch)
treed4ed9a6c7b06b0abad8549b98d67094e566c63ec /www/css
parent8daf5396fa0466cf22e7cfa6c1b0cfe7b3ccd690 (diff)
highlight next button on details page when we have filled in all the fields
Diffstat (limited to 'www/css')
-rw-r--r--www/css/mobile.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/www/css/mobile.css b/www/css/mobile.css
index e686405..4a76eab 100644
--- a/www/css/mobile.css
+++ b/www/css/mobile.css
@@ -225,3 +225,7 @@ ul#existing li {
#sub_map_links a {
padding: 0.6em 2em 0.5em 1em;
}
+
+.page_complete_btn {
+ background-color: rgba(231,154,0,100) !important;
+}