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)
-   -   oders history (table colors) (https://forum.x-cart.com/showthread.php?t=42627)

VMack 09-26-2008 01:29 PM

oders history (table colors)
 
in 4.1.9 the customers order history, the table DialogBox is the same as every other table but there is a nested table within that has rows with gray and white backgrounds alternately. I can't find where this is in skin1.css. Using the "vies style information add-on in Firefox it shows the following:
table, img (line 57)
{
border-top-width: 0px;
border-right-width-value: 0px;
border-right-width-ltr-source: physical;
border-right-width-rtl-source: physical;
border-bottom-width: 0px;
border-left-width-value: 0px;
border-left-width-ltr-source: physical;
border-left-width-rtl-source: physical;
border-top-style: none;
border-right-style-value: none;
border-right-style-ltr-source: physical;
border-right-style-rtl-source: physical;
border-bottom-style: none;
border-left-style-value: none;
border-left-style-ltr-source: physical;
border-left-style-rtl-source: physical;
border-top-color: -moz-use-text-color;
border-right-color-value: -moz-use-text-color;
border-right-color-ltr-source: physical;
border-right-color-rtl-source: physical;
border-bottom-color: -moz-use-text-color;
border-left-color-value: -moz-use-text-color;
border-left-color-ltr-source: physical;
border-left-color-rtl-source: physical;


but if I open the skin1.css all I see at line 57 is: TABLE,IMG {
BORDER: 0px;


If anybody can offer any advice, please do.:roll:

ARW VISIONS 09-26-2008 06:41 PM

Re: oders history (table colors)
 
search for TableSubHead to change the very light gray

search for TableHead to change the light gray

the call is in skin1/main/orders_list.tpl

Just don't change them to light blue :)

VMack 09-29-2008 10:03 AM

Re: oders history (table colors)
 
Quote:

Originally Posted by Ashley
search for TableSubHead to change the very light gray

search for TableHead to change the light gray

the call is in skin1/main/orders_list.tpl

Just don't change them to light blue :)



Haha, thanks Ashley. As i said before the colors are not my call. I just follow orders. I don't design.


All times are GMT -8. The time now is 04:37 AM.

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