From caf6548624e5ee07b5d39f7db0c4c8e309c33961 Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 3 Mar 2015 13:14:37 +0800 Subject: [PATCH] css/xtheme-slate.css --- css/xtheme-slate.css | 7 +++++++ 1 file changed, 7 insertions(+) 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; } -- 2.39.2