assets/css/appscms-theme.css in appscms-tools-theme-4.4.8 vs assets/css/appscms-theme.css in appscms-tools-theme-4.4.9
- old
+ new
@@ -1285,11 +1285,12 @@
}
.slide img {
transition-duration: 0.27s;
}
.slide img:hover {
- transform: scale(1.1);
+ transform: scale(1.02);
box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.12);
+ cursor: pointer;
}
.no-result-found-msg {
font-size: 20px;
color: var(--black-light);
text-align: center;
\ No newline at end of file