android-app-compat.css 594 B

123456789101112131415161718192021222324
  1. /* mbl.widget.Heading */
  2. @import url("android-compat.css");
  3. .alertTitle {
  4. background-image: url(compat/heading-bg.png);
  5. }
  6. .mblImageThumbView .mblThumb {
  7. -moz-transition: all 0.5s ease-in-out;
  8. -o-transition: all 0.5s ease-in-out;
  9. }
  10. .mblImageThumbView .mblThumb:hover {
  11. -moz-transform: scale(1.2);
  12. -moz-transition: all 0.3s ease-in-out;
  13. -o-transform: scale(1.2);
  14. -o-transition: all 0.3s ease-in-out;
  15. }
  16. .mblImageThumbView .mblThumbInner .mblThumbMask .mblThumbSrc {
  17. -moz-background-size: 100% 100%;
  18. -moz-border-radius: 5px;
  19. -o-background-size: 100% 100%;
  20. -o-border-radius: 5px;
  21. }