i broke colorbox on batch manager unit + use css animations

git-svn-id: http://piwigo.org/svn/trunk@28563 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
mistic100
2014-05-29 08:56:41 +00:00
parent 867d779ffc
commit 42274fb26f
2 changed files with 7 additions and 7 deletions
+6
View File
@@ -225,6 +225,12 @@ FIELDSET.elementEdit .thumb {
display: block;
float: right;
text-align: center;
opacity: 0.6;
-webkit-transition:opacity 400ms ease;
transition:opacity 400ms ease;
}
FIELDSET.elementEdit .thumb:hover {
opacity:1;
}
TABLE.doubleSelect {