X-Git-Url: https://dev.renevier.net/?a=blobdiff_plain;f=public%2Fcss%2Fgeneric.css;h=e0dcb81e0a8fc8de2108bfd0c81e84ca2ae17732;hb=HEAD;hp=93e635f09920617836a358f573c0e4a302ac3912;hpb=7496f025917e5eb50d37bb531876ff7eb16fe453;p=syj.git diff --git a/public/css/generic.css b/public/css/generic.css index 93e635f..e0dcb81 100644 --- a/public/css/generic.css +++ b/public/css/generic.css @@ -18,6 +18,11 @@ body, html { border-radius: 5px; border-width: 2px; border-style: solid; + padding: 1.5em; + transition:opacity 0.5s; + -webkit-transition:opacity 0.5s; + -moz-transition:opacity 0.5s; + -o-transition: opacity 0.5s; } .disabled {