css/xtheme-slate.css
authorMichael <michael@roojs.com>
Tue, 3 Mar 2015 05:14:37 +0000 (13:14 +0800)
committerMichael <michael@roojs.com>
Tue, 3 Mar 2015 05:14:37 +0000 (13:14 +0800)
css/xtheme-slate.css

index 4f9bf1e..54d4b8e 100644 (file)
@@ -557,6 +557,13 @@ body.x-body-masked .x-window-mc, body.x-body-masked .x-window-plain .x-window-mc
        border:1px dotted  #ccc;
     
 }
+/*fade out effect by Michael*/
+.fadeout {
+  visibility: hidden;
+  opacity: 0;
+  transition: visibility 0s 2s, opacity 2s linear;
+}
+/******/
 .x-grid-hd-btn{
        background:#f2daa9 url(../images/slate/grid/grid3-hd-btn.gif) no-repeat left center;
 }