Gallery URL = http://chaoticsanity.org/g2/main.php
Gallery version = 2.3 core 1.3.0
API = Core 7.54, Module 3.9, Theme 2.6, Embed 1.5
PHP version = 5.2.9 cgi-fcgi
Webserver = Apache/2.2.11 (Unix) mod_ssl/2.2.11 OpenSSL/0.9.8k DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635
Database = mysqli 5.0.81-community-log, lock.system=flock
Toolkits = LinkItemToolkit, Thumbnail, ImageMagick, SquareThumb, Exif, Getid3, NetPBM
Acceleration = none/0, partial/900
Operating system = Linux box210.bluehost.com 2.6.28-10.2.intel.E1000E.BHsmp #1 SMP Tue Aug 4 19:14:47 MDT 2009 x86_64
Default theme = matrix
gettext = enabled
Locale = en_US
Browser = Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727)
Rows in GalleryAccessMap table = 18
Rows in GalleryAccessSubscriberMap table = 585
Rows in GalleryUser table = 3
Rows in GalleryItem table = 583
Rows in GalleryAlbumItem table = 5
Rows in GalleryCacheMap table = 6
Sorry if this is already on the site but I couldn't find it. How do I change the color for the progress bar from orange to something else? Thanks for your time.
Posts: 16503
Install Firefox and the Firebug extension
It helps tremendously with things like this. I found this in 5 seconds.
/modules/core/data/gallery.css
Search for #ProgressBar
You could probably override that in your theme.css file so you're not editing core files
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here
Posts: 4
Awesome! Now the theme looks good. I never knew that .css file was there. I appreciate your help. Thanks.