Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Design A few simple CSS questions Reply To: A few simple CSS questions

#197213
Shikkediel
Participant

Edit – I sometimes have a low threshold for it, lol.
Of course I do concur with extracting the CSS.

a)

A minor bit of box-shadow and a different background color?
This’ll remove the border on the buttons :

input[type="button"], input[type="submit"] {
border: 0
}

b)

Don’t think I can filter the exact question there but maybe use a subtle background image or gradient?