summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorryderr <r@okfoc.us>2014-09-30 14:59:11 -0400
committerryderr <r@okfoc.us>2014-09-30 14:59:11 -0400
commit515d99f03615b11a5810879e39d34e7bddb043cb (patch)
tree845b44fe9485fab6add9431f7f3598da2a14586f
parentd42fb4d07ad373d4c2523a11fbd535481f1ce265 (diff)
semi trans file upload
-rwxr-xr-xpublic/assets/stylesheets/app.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css
index 3464b5c..9ece31e 100755
--- a/public/assets/stylesheets/app.css
+++ b/public/assets/stylesheets/app.css
@@ -951,7 +951,7 @@ iframe.embed {
left: 50%;
padding: 26px 20px;
margin-left: -200px;
- background: white;
+ background: rgba(255,255,255,0.9);
z-index: 4;
-webkit-transform: translateY(-1000%);
-webkit-transition: -webkit-transform 0.6s ease-in-out;