Roundcube Community Forum

 

Message Print Header

Started by BrotherAndrew, July 29, 2013, 02:38:45 PM

Previous topic - Next topic

BrotherAndrew

In (iehacks.css), All that I could guess to Edit is the (topnav) Color.  That Didn't show up as changed.  And I'm Not sure what to edit in (ie7hacks.css).   :)

SKaero

I can't really be of much help since I don't know what you changed and I have a hard time visualizing what your trying to do.

BrotherAndrew

In (iehacks), I Changed the (topnav) Color.  NO Changes on Top of my Message Print Page.  :)

#topnav {
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000FF', endColorstr='#0000FF', GradientType=0);
}

SKaero

#18
Since you seem to be trying for solid color just do:

#topnav {
   background: #0000FF;
}

BrotherAndrew

OK, I'll keep that with Only one color. - The Banner that I have now for my Message Print Header, still Isn't showing.

BrotherAndrew

No matter what I do, the changes Don't show up with the Message Print Header Banner & the Header Color on IE.   :)

BrotherAndrew

All this time, and my changes Still Don't show.  For now, it looks like I should keep it the way that I have it.   :)