Skip to content
This repository has been archived by the owner on May 5, 2021. It is now read-only.

Fix opacity issue with caption container #383

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Dec 10, 2014

  1. Fix opacity issue with caption container

    When changing the caption containers opacity this will directly impact the opacity of the content as well, which may not be desired behavior (in my case). To allow for independent changes to the background color opacity two more elements are required as usually with modal dialogs. This PR adds these elements - one for the backdrop and one for the caption text allowing to access and style it.
    itbra committed Dec 10, 2014
    Configuration menu
    Copy the full SHA
    2835f5c View commit details
    Browse the repository at this point in the history
  2. Update nivo-slider.css

    Changes to base stylesheet required to style the caption opacity independently.
    itbra committed Dec 10, 2014
    Configuration menu
    Copy the full SHA
    c035daa View commit details
    Browse the repository at this point in the history