aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--www/css/fms.css7
1 files changed, 4 insertions, 3 deletions
diff --git a/www/css/fms.css b/www/css/fms.css
index de47a3b..d057ba6 100644
--- a/www/css/fms.css
+++ b/www/css/fms.css
@@ -1,9 +1,6 @@
*{
box-sizing:border-box;
}
- div[data-role="content"] {
- background-color: white;
- }
label{
display:none;
}
@@ -130,6 +127,10 @@
margin-top: 0em;
}
+ #existing div[data-role='content'] {
+ background-color: white;
+ }
+
#existing h3 {
margin-top: 0em;
}