1
coulix
changing the submit grey button using css
  • 2005/1/22 3:34

  • coulix

  • Just popping in

  • Posts: 25

  • Since: 2005/1/18


hi, i usualy create css code then do
<input type="text" id="name" class="input-box" /><br /> ect
but the code generated for all the forms do not include class="input-box" is their a fiel to edit for this ?

thanks

2
Bassman
Re: changing the submit grey button using css
  • 2005/1/22 7:24

  • Bassman

  • Friend of XOOPS

  • Posts: 1272

  • Since: 2003/5/23


Add it to your style.css file for the theme you're using.

3
gecko
Re: changing the submit grey button using css
  • 2005/1/27 22:57

  • gecko

  • Not too shy to talk

  • Posts: 152

  • Since: 2004/10/11


Hi Bassman,
I would like to do the same...could you explain that a little better about how to do it.

I would like to ahchieve a black button with 1px orange border and orange text for my log on button.

how do i do this in CSS?

cheers
gecko

4
Bassman
Re: changing the submit grey button using css
  • 2005/1/28 1:53

  • Bassman

  • Friend of XOOPS

  • Posts: 1272

  • Since: 2003/5/23


Add the following to the style.css (and any other style sheets) in your theme: it can go anywhere in the style sheet.
Quote:

input { background-color: #F9CF0C;
border-color: #CBCBCB;
color: #ffffff;
font-family: verdana, arial, ms sans serif;
font-size: 10pt;}


Just change the colors to suit your theme. The above gives a yellow button and input field, gray border, white text.

You would probably need:
Quote:

input { background-color: #000000;
border-color: #FF9933;
color: #FF9933;
font-family: verdana, arial, ms sans serif;
font-size: 10pt;}

5
gecko
Re: changing the submit grey button using css
  • 2005/1/30 0:09

  • gecko

  • Not too shy to talk

  • Posts: 152

  • Since: 2004/10/11


thanks Bassman
I appreciate the help

gecko

Login

Who's Online

212 user(s) are online (162 user(s) are browsing Support Forums)


Members: 1


Guests: 211


tzvook,

more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits