Changeset 28563
- Timestamp:
- May 29, 2014, 10:56:41 AM (10 years ago)
- Location:
- trunk/admin/themes/default
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/themes/default/template/batch_manager_unit.tpl
r28555 r28563 25 25 26 26 {* <!-- THUMBNAILS --> *} 27 $(".elementEdit img") 28 .css("opacity", 0.6) // Opacity on page load 29 .hover(function(){ 30 $(this).fadeTo("slow", 1.0); // Opacity on hover 31 },function(){ 32 $(this).fadeTo("slow", 0.6); // Opacity on mouseout 33 }); 27 jQuery("a.preview-box").colorbox(); 34 28 }()); 35 29 {/footer_script} -
trunk/admin/themes/default/theme.css
r28552 r28563 226 226 float: right; 227 227 text-align: center; 228 opacity: 0.6; 229 -webkit-transition:opacity 400ms ease; 230 transition:opacity 400ms ease; 231 } 232 FIELDSET.elementEdit .thumb:hover { 233 opacity:1; 228 234 } 229 235
Note: See TracChangeset
for help on using the changeset viewer.