scottjehl
affd609330
This ensures inner button text is visible in IE7. Fixes #2058 . Yay.
2011-07-15 11:42:25 -04:00
scottjehl
46c0946633
Disable background on hidden buttons so that they don't appear in Opera Mini. Fixes #1862
2011-06-20 12:10:14 -04:00
scottjehl
e1ed42d8b9
removed height:100% on inner buttons. I think this was a carryover from the old listview markup, but in testing we found no regressions by removing this. Fixes #1507
2011-06-09 16:17:18 -04:00
scottjehl
3ffe86bc21
fixed form button appearance in Windows Phone 7 and IE
2011-03-14 00:20:25 -04:00
toddparker
28e1187b08
Added 1px extra padding to icon only buttons. Adjusted offset for clear button on search inputs accordingly.
2011-02-03 15:04:15 -05:00
scottjehl
3ade4e3448
removed outlines on active, focus states in favor of theme hover states
2011-01-26 22:46:06 -05:00
scottjehl
2a06226def
removed outlines on active states. Left them open on focus.
2011-01-22 14:44:50 -05:00
Louy Alakkad
db1f51aeb2
Button label isn't obvious when data-theme="c" and button is :visited. [ #777 ]
2011-01-12 02:48:13 +08:00
John Bender
c1ba429a9c
added ui-btn:visited color white, Fixes #618
2010-12-12 00:41:42 -08:00
scottjehl
91a5b8c098
Changed the way submit buttons work. Now, form input/button elements are appended to a div-based "button", invisibly filling its width and height. The user now interacts directly with the native control, rather than having to trigger a click from another anchor (which formerly prevented some native submit event handling from working).
...
A workaround is still included to ensure the input's name/value is submitted along with the form when it's not a type=reset, as this is necessary for the button data to appear in the serialized form data.
2010-12-06 11:40:28 -05:00
scottjehl
2a68ad6301
removed an empty selector
2010-11-04 22:59:19 -04:00
scottjehl
48c8bb0d7c
made icononly buttons inline-block. Fixes #281
2010-11-04 22:58:54 -04:00
Beau Smith
722a45e060
Add missing commas in button styles.
2010-10-26 22:31:40 +08:00
John Resig
fb884874f4
Icon was popping out of the button in Safari.
2010-10-15 22:27:02 -04:00
scottjehl
d5cbcf755b
Created a themes directory and moved all CSS and images there.
...
Edited the PHP combiner and .htaccess logic to accommodate this change, as well as allowing manifest files to use a "../" when referencing files, which will be handy when adding themes that don't include structural files yet.
Modified all HTML files to point to /themes/default for their theme.
2010-10-13 13:26:23 -04:00