X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=css%2Fcustom.css;h=e85a91b279cc552d775231230db017dca8048a25;hb=260a6894d9fdfe3cd2f05cd1926b77b46119dc01;hp=2d5060b837b3ca1412180d371d690f4a422b7730;hpb=d19b7b577a3b51ad59f88cf0057bf9ff49343d7e;p=gruntmaster-page.git diff --git a/css/custom.css b/css/custom.css index 2d5060b..e85a91b 100644 --- a/css/custom.css +++ b/css/custom.css @@ -79,3 +79,7 @@ td.user, td.owner, .break-all { #themes:before { content: " Themes: "; } + +.transition-color, .transition-color * { + transition: color 0.5s ease-in, background-color 0.5s ease-in; +}