Hi All, I set up a new 5.0 install, with all the defaults. My Host & Admin settings for Host/Edit skins and Portal/Edit skins are all MinimalExtropy -index and Minimal Extropy - title_grey.
Then I added my own skin and created one page, where I set the Page Skin to my new skin. If I switch to "Settings" (ctl=edit), the following css files make up the page:
/Portals/_default/default.css
/Portals/_default/Skins/MinimalExtropy/skin.css
/Portals/_default/Skins/mikevdm/main.css <<< That's my skin
/Portals/_default/Containers/MinimalExtropy/container.css
/Portals/_default/Containers/MinimalExtropy/Title_Grey.css
/Portals/0/portal.css
/Portals/_default/Skins/MinimalExtropy/css/ie6skin.css
Maybe I misunderstood how this is supposed to work, but in 4.9.x which I use for other sites, I didn't run into this behavior. When in edit mode, my overrides to a page's page/container skin don't carry into edit mode. The same .css files were included except for my main.css.
Now with 5.0, it looks like they also affect edit mode. (I am NOT talking about the Admin/Host pages, just my own pages with overrides).
Can anyone set me straight why it should (or should not) work this way? I am having a heck of a time sorting all this out with css selectors and would rather not have my css file included for edit mode.