In T3, I tried changing the colors in all the relevant menu classes in
styles.css but to no avail. The dropdown Menus remain green background
and white text.
The only color I was able to change was the background of the overall
Menu panel (which spans 100% of the page) and for that I had to
eliminate the reference to class="Menu" and instead just code the
necessary attributes in place, plus add background-color
For example, I had to do this in layout.html
<div style="background-color:Orange; position: relative; border:0;
width:100%; height: 26px; padding: 2px 2px 2px 2px; font-family:
Tahoma, Helvetica; font-size: 1.4em;">
{{=t2.menu(response.menu)}}
</div>
Any suggestions as to how to change the Menu item background and text
colors?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"web2py Web Framework" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---