diff options
author | Struan Donald <struan@exo.org.uk> | 2013-06-20 16:29:49 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-06-20 17:18:21 +0100 |
commit | c65af4b0d0426ad2d08990004b0480f97a32d64b (patch) | |
tree | 88e3e685e591756ea8e5587d5297f3c297548919 | |
parent | 4d4dc5918e1d2472ad7077a9a89bb630890c01e3 (diff) |
transparency for details page
-rw-r--r-- | www/css/fms.css | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/www/css/fms.css b/www/css/fms.css index 2b065d8..8a4d681 100644 --- a/www/css/fms.css +++ b/www/css/fms.css @@ -53,10 +53,9 @@ /*width:100%;*/ /*max-width:100%;*/ font-size: 16px; - border-top: 1px solid #ccc; padding:0; - margin-left: -15px; - margin-right: -15px; + border: solid rgba( 0, 0, 0, 0.7 ) 1px; + background: rgba(255, 255, 255, 0.7) !important; } .inputcard > div, .gmailstyletest > div, @@ -80,6 +79,7 @@ .gmailstyletest select, .gmailstyletest input[type="range"] { font-size: 16px; + background: rgba(255, 255, 255, 0.7) !important; } @media only screen and (max-width: 800px) and (min-width: 600px) @@ -389,8 +389,8 @@ max-height: 45%; } - #details-page { - background: white !important; + #details-page div[data-role="content"] { + background: rgba(255, 255, 255, 0) !important; } #errors { |