Fork me on GitHub

pagesetter admin submenus clear  Bottom

  • Im having an issue with pagesetters admin submenus being clear. I loaded all the CSS that i can find related to Pagesetter and still no difference. Anyone else having this issue.

    Side note, why in the world does Pagesetter install instructions ask you to add the CSS info to your themes style sheets versus just having a pnstyle/style.css folder/file in the Pagesetter module directory?
  • MACscr

    Side note, why in the world does Pagesetter install instructions ask you to add the CSS info to your themes style sheets versus just having a pnstyle/style.css folder/file in the Pagesetter module directory?


    I can't answer the first bit as I don't use Pagesetter myself but the answer for this bit is that the pnstyle directory came after Pagesetter so this is a feature of PN Jorn hasn't taken advantage of yet.

    -Mark

    --
    Visit My homepage and Zikula themes.
  • I added the following styles to my theme's style.css file to clean things up a bit:

    Code

    table.menu {
        border: 0;
        color: #000;
    }

    td.normal {
        border: 0;
    }

    tr.psmenu-menuItem {
        color: #000;
        background-color: #b0b0c0;
    }
  • Thanks Wendell! That did the trick.

This list is based on users active over the last 60 minutes.