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 Question (https://forum.x-cart.com/showthread.php?t=35605)

hello 11-21-2007 06:53 AM

CSS Question
 
I'm experimenting with the skin1.css file.

I've done the following to the css

SELECT,TEXTAREA {
BACKGROUND-COLOR: #FFFFFF;
FONT-FAMILY: Arial, Verdana, Helvetica, Sans-serif;
COLOR: #000000;
FONT-SIZE: 12px;
BORDER: #ffd30d 10px solid;
}
INPUT{
BORDER: #ffd30d 10px solid;
}



This is the result:

http://img135.imageshack.us/img135/7968/screentz5.gif


As you can see the INPUT style is affecting the "Log In" button.

I have tried changing INPUT to INPUT.TEXT but had no result. Any suggestions?

Thanks

carpeperdiem 11-21-2007 07:13 AM

Re: CSS Question
 
That is because in /skin1/buttons/login_menu.tpl there is a type=input

hello 11-21-2007 07:27 AM

Re: CSS Question
 
Quote:

Originally Posted by carpeperdiem
That is because in /skin1/buttons/login_menu.tpl there is a type=input


Yep, I saw that. Is there a way to add something to the /skin1/buttons/login_menu.tpl or skin1.css to get around this?

Thanks

hello 11-21-2007 11:26 AM

Re: CSS Question
 
Quote:

Originally Posted by carpeperdiem
That is because in /skin1/buttons/login_menu.tpl there is a type=input


Or maybe remove or change something?

gb2world 11-21-2007 05:09 PM

Re: CSS Question
 
It seems odd that "type=input" is required for the left part of the login button. Did you try simply removing "type=input"?


All times are GMT -8. The time now is 10:54 PM.

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