Re: Feature Requests
The Juicebox main image does have a drop shadow by default. To modify the drop-shadow CSS, check the themeing section here: http://juicebox.net/support/theming/ The main image drop shadow is defined by the ".jb-dt-main-frame .jb-dt-main-image" entry.
.jb-dt-main-frame .jb-dt-main-image { -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, .4); -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .4); box-shadow: 0px 0px 10px rgba(0, 0, 0, .4); border-color: White; }
Can you tell us which value(s) to change if we want to completely eliminate the drop shadow? Is drop shadow control going to be incorporated into the graphical interface?
Also, on the Juicebox site, the link showing how to get the software to use a custom theme doesn't seem to work. Can you point me to that information?