From: Michael Date: Tue, 3 Mar 2015 05:14:37 +0000 (+0800) Subject: css/xtheme-slate.css X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=caf6548624e5ee07b5d39f7db0c4c8e309c33961 css/xtheme-slate.css --- diff --git a/css/xtheme-slate.css b/css/xtheme-slate.css index 4f9bf1ef42..54d4b8efb9 100644 --- a/css/xtheme-slate.css +++ b/css/xtheme-slate.css @@ -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; }