diff options
author | mistic100 <mistic@piwigo.org> | 2014-05-29 08:56:41 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2014-05-29 08:56:41 +0000 |
commit | 42274fb26fffb395a73e1fa60620307cfdac9699 (patch) | |
tree | 111285051c1547aac68874c6253bd455f9d44c64 /admin/themes/default/theme.css | |
parent | 867d779ffc3a9e363428288ef359ca4430e85582 (diff) |
i broke colorbox on batch manager unit + use css animations
git-svn-id: http://piwigo.org/svn/trunk@28563 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/default/theme.css')
-rw-r--r-- | admin/themes/default/theme.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css index 65d26f6a2..05f7282f0 100644 --- a/admin/themes/default/theme.css +++ b/admin/themes/default/theme.css @@ -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 { |