From cb365e3536bfcd2f882c4c006194632ca05c9daf Mon Sep 17 00:00:00 2001 From: Luzifr Date: Fri, 25 Nov 2011 17:24:45 +0100 Subject: [PATCH] Hover-effects --- wcfsetup/install/files/acp/style/style.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/wcfsetup/install/files/acp/style/style.css b/wcfsetup/install/files/acp/style/style.css index 20bc79a4e3..55d77f54c9 100644 --- a/wcfsetup/install/files/acp/style/style.css +++ b/wcfsetup/install/files/acp/style/style.css @@ -2396,6 +2396,12 @@ thead th { background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .4)); padding: 7px; + + -webkit-transition: background .2s linear; + -moz-transition: background .2s linear; + -ms-transition: background .2s linear; + -o-transition: background .2s linear; + transition: background .2s linear; } thead th a { @@ -2472,6 +2478,12 @@ tbody td { padding: 5px; /* This is experimental - only works in combination with "table-layout: fixed;" */ word-wrap: break-word; + + -webkit-transition: background .2s linear; + -moz-transition: background .2s linear; + -ms-transition: background .2s linear; + -o-transition: background .2s linear; + transition: background .2s linear; } tbody td:last-child { -- 2.20.1