/ Published in: CSS
Style buttons in Drupal. The images/button-bg.jpg (or png: better) should be a tile of 2x26. It can contain a nice gradient to represent the embossed look of buttons.
NOTE: applying CSS to change the look of widgets is considered bad usability; people are used to buttons of their OS, and not used to your (weird) idea of buttons.
Expand |
Embed | Plain Text
input.form-submit { background:#BC6008 url(images/button-bg.jpg) repeat-x scroll left top; border:1px solid #525269; color:#FFFFFF; font-size:11px; font-weight:bold; padding:5px; }
Comments
Subscribe to comments
You need to login to post a comment.

Needed HTML explanation