Repository: tapestry-5
Updated Branches:
  refs/heads/master b1062f538 -> a338a2f07


Adjust pageload mask to work better with older browsers


Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo
Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/a338a2f0
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/a338a2f0
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/a338a2f0

Branch: refs/heads/master
Commit: a338a2f074cecd11bac65094213b624d7f865d4b
Parents: b1062f5
Author: Howard M. Lewis Ship <hls...@apache.org>
Authored: Tue Aug 26 14:57:10 2014 -0700
Committer: Howard M. Lewis Ship <hls...@apache.org>
Committed: Tue Aug 26 14:57:10 2014 -0700

----------------------------------------------------------------------
 .../main/resources/META-INF/assets/tapestry5/tapestry.css    | 8 ++++++++
 1 file changed, 8 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/a338a2f0/tapestry-core/src/main/resources/META-INF/assets/tapestry5/tapestry.css
----------------------------------------------------------------------
diff --git 
a/tapestry-core/src/main/resources/META-INF/assets/tapestry5/tapestry.css 
b/tapestry-core/src/main/resources/META-INF/assets/tapestry5/tapestry.css
index b1d7025..0aae520 100644
--- a/tapestry-core/src/main/resources/META-INF/assets/tapestry5/tapestry.css
+++ b/tapestry-core/src/main/resources/META-INF/assets/tapestry5/tapestry.css
@@ -58,6 +58,14 @@ div.datefield-popup.well {
     left: 0;
     z-index: 1040;
     background-color: #000;
+    /* Some translucency, for browsers w/o animation support. */
+    opacity: .25;
+    /* IE: */
+    filter:alpha(opacity=25);
+    animation-name: pageloading-mask-fade-in;
+    animation-duration: 250ms;
+    animation-delay: 250ms;
+    animation-fill-mode: forwards;
     -webkit-animation-name: pageloading-mask-fade-in;
     -webkit-animation-duration: 250ms;
     -webkit-animation-delay: 250ms;

Reply via email to