aboutsummaryrefslogtreecommitdiffstats
path: root/www/css
diff options
context:
space:
mode:
Diffstat (limited to 'www/css')
-rw-r--r--www/css/fms.css24
1 files changed, 23 insertions, 1 deletions
diff --git a/www/css/fms.css b/www/css/fms.css
index 2d51724..247c31b 100644
--- a/www/css/fms.css
+++ b/www/css/fms.css
@@ -323,7 +323,6 @@
}
#map_box{
- margin: -15px;
background-color: #534741;
background-image: url('../images/mapbg.png');
}
@@ -423,3 +422,26 @@
{
text-shadow:none;
}
+
+ .ui-page {
+ background-image: none;
+ background-color: rgba(0,0,0,0);
+ }
+
+ /* This is a bit of hackery as without it jquerymobile never sets the page
+ * to be other than display: none. Should work out why and fix at source */
+ div[data-role="page"] {
+ display: block !important;
+ }
+
+ div.jquerymobile {
+ pointer-events: none;
+ }
+
+ input,
+ textarea,
+ select,
+ a,
+ .ui-btn {
+ pointer-events: all;
+ }