"Black" Skin - white text on white BG for "Pr

JRSFORUMS

Joined: 2004-12-15
Posts: 104
Posted: Fri, 2004-12-17 00:40

When I select the "Black" skin (black background with white text) the "Print this photo with" dropdown cannot be read as the text is white (probably changed with the other skin text) against white background. If I select/highlight/hover on a line, such as "Select Service" it will change the background to blue...and therefore the text for that line can be seen....good for me (who finally figured this out....but not for the unknowing visitor viewing for the first or occaisional time.

If I can find where the text/background for this is, I am pretty sure I can change it. I assume it would be easier to change the background as the text seems linked with the other (white) text, but would be happy with changing either.

I appreciate any guidance you can provide.

----
Gallery URL (optional but very useful):
Apache version: 2.0.52-win32-x86-no_ss
PHP version: 4.3.9-Win32
Graphics Toolkit: 6.1.6-Q16-windows-dll
Operating system: WIN XP SP2
Web browser/version (if applicable): IE6

 
Tim_j
Tim_j's picture

Joined: 2002-08-15
Posts: 6818
Posted: Fri, 2004-12-17 13:15

its a little bug in code.
Already fixed for 1.5

open view_photo.php and find:
$selectCommand = '<select name="print_services" class="admin" onChange="doPrintService()">';

change class="admin" to class="adminform"

Jens

 
ecoleman

Joined: 2004-12-17
Posts: 3
Posted: Sat, 2004-12-18 03:37

Awesome! It worked. Thanks

 
Tim_j
Tim_j's picture

Joined: 2002-08-15
Posts: 6818
Posted: Sat, 2004-12-18 12:20

Glad you got it working. (tm)

Jens