No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
.button_submit - covers input[type=submit], input[type=button], button[type=submit] and button[type=button] in all browsers | .button_submit - covers input[type=submit], input[type=button], button[type=submit] and button[type=button] in all browsers | ||
.button_link - covers links to make them look like a submit button | .button_link - covers links to make them look like a submit button | ||
Revision as of 21:28, 28 June 2014
WIP This page will be used for definitions inside CSS.
Please do note; we are not going to define every CSS element here, but only special ones for SMF like windowbg/roundframe/button (class).
.button_submit - covers input[type=submit], input[type=button], button[type=submit] and button[type=button] in all browsers .button_link - covers links to make them look like a submit button
.button_reset - covers input[type=reset] and button[type=reset] throughout all browsers
.input_check - covers input[type=checkbox] throughout all browsers
.input_radio - covers input[type=radio] throughout all browsers
.input_text - covers input[type=text] throughout all browsers
.input_file - covers input[type=file] throughout all browsers