![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
![[community profile]](https://www.dreamwidth.org/img/silk/identity/community.png)
With Bases, the hover and active for the navigation module gives a background colour that is linked to the module link hover colour. I want to specify a different background colour for hover and active for the navigation module. What CSS should I use? I can't figure it out.
Layout info: http://www.dreamwidth.org/customize/advanced/layersource?id=77277
Preview: http://cesy.dreamwidth.org/?s2id=90493
Layout info: http://www.dreamwidth.org/customize/advanced/layersource?id=77277
Preview: http://cesy.dreamwidth.org/?s2id=90493
no subject
Date: 2009-09-30 01:11 pm (UTC)#content > .inner > .module-navlinks .module-list-item a:hover {background: $*color_module_link_hover; text-decoration: underline; }
#content > .inner > .module-navlinks .current {
background: $*color_module_link_hover; }
I simply used:
.module-navlinks .module-list-item a:hover {background: #ff00ff !important;}
.module-navlinks .module-list-item a.current {background: #ffff00 !important;}
and it worked for me.
no subject
Date: 2009-10-05 07:22 am (UTC)