Modify ↓
Opened 10 years ago
Last modified 9 years ago
#12444 new defect
dots.gif not provided
| Reported by: | anonymous | Owned by: | Gasler Radu |
|---|---|---|---|
| Priority: | normal | Component: | LightGreenTheme |
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: |
Description
it's refered to in the style lightgreentheme.css but it's not provided.
please fix, otherwise it's white font on white background.
Attachments (0)
Change History (2)
comment:1 Changed 9 years ago by
comment:2 Changed 9 years ago by
And remember that you have to restart the webserver, to enable the egg to be re-loaded
Note: See
TracTickets for help on using
tickets.



we had the same problem and created this workaround
edit the lightgreen.css as follows to make the buttons dark grey as default color. The letters will be white
#mainnav :link, #mainnav :visited { /*background: url(dots.gif) 0 0 no-repeat; */ background: #666666; border-right: 1px solid #fff; /* Modified */ border-bottom: none; border-left: 1px solid #555; /* Modified */ color: #ffffff; /* Modified */ padding: .3em 20px; /* Modified */ }After that you can rebuild the egg with
python setup.py bdistand copy it over the old egg in the plugins directory