Hover-effects
authorLuzifr <szekely@woltlab.com>
Fri, 25 Nov 2011 16:24:45 +0000 (17:24 +0100)
committerLuzifr <szekely@woltlab.com>
Fri, 25 Nov 2011 16:24:45 +0000 (17:24 +0100)
wcfsetup/install/files/acp/style/style.css

index 20bc79a4e3cbc4abbbfd97ebde7f450a4f9631e4..55d77f54c9fd801d3d59cc3f404012ce318de9dd 100644 (file)
@@ -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 {