Modify

Opened 9 years ago

Last modified 8 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 8 years ago by w.pasman@…

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 bdist

and copy it over the old egg in the plugins directory

comment:2 Changed 8 years ago by anonymous

And remember that you have to restart the webserver, to enable the egg to be re-loaded

Modify Ticket

Change Properties
Set your email in Preferences
Action
as new The owner will remain Gasler Radu.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.