I am making my own custom template for the digRotate module.
I have nearly everything working the way it needs to except I can't fully control the look of the pager item for the current content.
I copied the Rotate-GeyLight template, and I see a class in there that looks like it should work: drRotateGreyLight .current
But when I enter style info in there, it ignores most of it.
I entered this:
.drRotateGreyLight .current
{
color: #0F0A45;
background-position: 0 -52px;
cursor:crosshair;
font-size:1.4em;
}
The ONLY thing that changes when I am on the current pager item is the font-size.
(And I added that as a second choice. I really would like the background offset.)
I see a change in font, so I think I am in the right class, but why won't it take the background and color changes?