X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   CSS in Firefox (https://forum.x-cart.com/showthread.php?t=49958)

lewaff 09-30-2009 07:02 AM

CSS in Firefox
 

Trying to set colours in admin V4.2.2
fine in IE
But no change in Firefox

I have noticed that there is a different css file for FF for main cart
any ideas

Will add a screen shot soon

Screen shoot
http://www.mobile-phone-batteries.eu/ff-IE.doc

pauldodman 09-30-2009 07:58 AM

Re: CSS in Firefox
 
what file are you modifying for these changes?
I'm inferring that you are modifying the IE specific css file.
If you modify main.css, you should be ok in both browsers.
It's unusual to have to actually modify the FF specific one, just to change colours.

Suggest also using the FF add on Firebug to help you find the css styles.

lewaff 09-30-2009 09:01 AM

Re: CSS in Firefox
 
I will try Firebug
the files which have to be mod
skin1/skin_admin.css

/*
Order statuses
*/

.notFinished {
BACKGROUND-COLOR: #FFCCFF;
}
.queued {
BACKGROUND-COLOR: #CCFFFF;
}
.processed {
BACKGROUND-COLOR: #99FF99;
}
.backordered {
BACKGROUND-COLOR: #CCCCFF;
}
.declined {
BACKGROUND-COLOR: #FFCCCC;
}
.failed {
BACKGROUND-COLOR: #FF9999;
}
.complete {
BACKGROUND-COLOR: #CCFFCC;
}

skin1/main/order_status.tpl
skin1/main/orders_lists.tpl

lewaff 09-30-2009 09:47 AM

Re: CSS in Firefox
 
firebug didnot help me
the menu list shows colurs when in drop down
but the default background over writes it back to white when selected
only in firefox
in IE
it changes the status colour to the on in the list ok

balinor 09-30-2009 09:59 AM

Re: CSS in Firefox
 
Moving to Template Editing, as the Completed Custom Mods forum is for posting completed code only. Thanks!


All times are GMT -8. The time now is 11:23 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.