htmlcsssnippets
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| htmlcsssnippets [2006/11/13 13:50] – old revision restored andi | htmlcsssnippets [2008/02/09 07:57] (current) – old revision restored andi | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== (X)HTML and CSS Snippets ====== | ||
| + | |||
| + | ===== Apply CSS to " | ||
| + | |||
| + | Found at http:// | ||
| + | |||
| + | <code css> | ||
| + | /* file selector */ | ||
| + | input[type=" | ||
| + | -moz-appearance: | ||
| + | white-space: | ||
| + | cursor: default; | ||
| + | -moz-binding: | ||
| + | |||
| + | padding: 0 !important; | ||
| + | border-style: | ||
| + | } | ||
| + | |||
| + | input[type=" | ||
| + | border-color: | ||
| + | background-color: | ||
| + | color: inherit; | ||
| + | font-size: inherit; | ||
| + | height: inherit; | ||
| + | } | ||
| + | |||
| + | /* button part of file selector */ | ||
| + | input[type=" | ||
| + | height: inherit; | ||
| + | font-size: inherit; | ||
| + | } | ||
| + | </ | ||
