Line 5: | Line 5: | ||
.carouselContainer { min-height: 400px; padding: 5px 0 5px 0; } | .carouselContainer { min-height: 400px; padding: 5px 0 5px 0; } | ||
body { background: #00333f; } | body { background: #00333f; } | ||
+ | |||
+ | .carouselPrev { | ||
+ | background: #00333f; | ||
+ | } | ||
+ | |||
+ | .carouselPrev:hover { | ||
+ | background: #00333f | ||
+ | } | ||
</style> | </style> | ||
<div style='border: 3px solid #00333f; background: #00333f;'> | <div style='border: 3px solid #00333f; background: #00333f;'> | ||
Line 21: | Line 29: | ||
}); | }); | ||
}); | }); | ||
− | |||
− | |||
− | |||
− | |||
</script> | </script> | ||
</html> | </html> | ||
[/public] | [/public] |