Question about styles affecting the Concrete5 elements

Permalink
Using Concrete 5.5.0 (with 5.5.0-42-g2992435 patches applied) on MAMP (just in case any of this is relevant):

I'm trying to style UL's in the main content area of a custom theme I'm working on WITHOUT it affecting the C5 editing bar. So in my "right_sidebar.php" file, I've wrapped the main content area in a div with a class of "wrapper", then added to my "typography.css" file a style of:
.wrapper ul {styling stuff goes here}

which all works fine.


EXCEPT... it seems like TinyMCE isn't picking up my styling when you're editing content in the WYSIWG display... so my lists don't look like they do when the page is being viewed.

Is there something I'm doing wrong? Or another way to tackle this?

And, as an aside/rant: why can't C5 have their editing bar styles override ANYTHING I could be doing in my theme styles? Seems kind of backwards that I need to be sure not to do things to mess up C5... and that C5 should "protect me from me", so to speak. Shouldn't this be possible somehow?

Thanks!

- John

arrestingdevelopment