X-Git-Url: http://git.ieval.ro/?p=plack-app-gruntmaster.git;a=blobdiff_plain;f=css%2Fcustom.css;h=fa66f23e0a647990580939da3796aef6d60652e3;hp=0188fd4dd470f40d26984c1133989e7d0fccafe4;hb=74da6b38dd00947961f695e1f4f6fa61ea40e93f;hpb=a90fc634742cd0ce748dd7c65a73e347ba3d9ab5 diff --git a/css/custom.css b/css/custom.css index 0188fd4..fa66f23 100644 --- a/css/custom.css +++ b/css/custom.css @@ -78,4 +78,8 @@ td.user, td.owner { #themes:before { content: " Themes: "; -} \ No newline at end of file +} + +.transition-color, .transition-color * { + transition: color 0.5s ease-in, background-color 0.5s ease-in; +}