Topic: Easy CSS Flatness Code
Ok...I didn't think this was supposed to go in any of the other forums, so I put it here.
It's not a full mod or anything. It's not even fancy.
It's just a simple little mod to pritty things up.
What this does is causes all text-boxes, input boxes, and buttons to become flat - all instead of having that annoying beveled look.
Add this line to all your CSS templates in the section "4"
/* 4.5 Flat Boxes and buttons provided by Eris Siva */
.pun INPUT, .pun SELECT, .pun TEXTAREA {
border: solid 1px
}
I just think it looks more professional.
For a demo, click here.
The demo is just to show what the buttons and inputs look like.