<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: CSS Webkit Appearance</title>
	<atom:link href="http://trentwalton.com/2010/07/14/css-webkit-appearance/feed/" rel="self" type="application/rss+xml" />
	<link>http://trentwalton.com/2010/07/14/css-webkit-appearance/</link>
	<description>Trent Walton&#039;s Web Site</description>
	<lastBuildDate>Mon, 14 May 2012 19:42:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: gray ghost visuals</title>
		<link>http://trentwalton.com/2010/07/14/css-webkit-appearance/#comment-25732</link>
		<dc:creator>gray ghost visuals</dc:creator>
		<pubDate>Sat, 28 Apr 2012 01:37:24 +0000</pubDate>
		<guid isPermaLink="false">http://trentwalton.com/?p=3627#comment-25732</guid>
		<description>Dang it all! After a few hours sifting through chromium issues, messing around on jsfiddle with a slimmed down test case, reading google search results I finally get a link from a comment reply on csstricks.com leading me here for the solution. Boy are my arms tired. WACKAH, WACKAH!

Seriously though, I&#039;m trying to wrap my head around the thinking here. Certainly consistency across the board is a factor and if that were the case Mozilla would be the same as well -but they&#039;re not!  Maybe its time we decide whats the best options for for input styling.

Thanks for the great tips and research into Safari&#039;s CSS reference on this daunting and delightful subject :)p</description>
		<content:encoded><![CDATA[<p>Dang it all! After a few hours sifting through chromium issues, messing around on jsfiddle with a slimmed down test case, reading google search results I finally get a link from a comment reply on csstricks.com leading me here for the solution. Boy are my arms tired. WACKAH, WACKAH!</p>
<p>Seriously though, I’m trying to wrap my head around the thinking here. Certainly consistency across the board is a factor and if that were the case Mozilla would be the same as well -but they’re not!  Maybe its time we decide whats the best options for for input styling.</p>
<p>Thanks for the great tips and research into Safari’s CSS reference on this daunting and delightful subject :)p</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sridevi</title>
		<link>http://trentwalton.com/2010/07/14/css-webkit-appearance/#comment-25715</link>
		<dc:creator>Sridevi</dc:creator>
		<pubDate>Mon, 23 Apr 2012 20:18:13 +0000</pubDate>
		<guid isPermaLink="false">http://trentwalton.com/?p=3627#comment-25715</guid>
		<description>Thanks for suggesting the quick fix. It helped me a lot.</description>
		<content:encoded><![CDATA[<p>Thanks for suggesting the quick fix. It helped me a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ilithya</title>
		<link>http://trentwalton.com/2010/07/14/css-webkit-appearance/#comment-17908</link>
		<dc:creator>ilithya</dc:creator>
		<pubDate>Mon, 05 Dec 2011 15:00:46 +0000</pubDate>
		<guid isPermaLink="false">http://trentwalton.com/?p=3627#comment-17908</guid>
		<description>Hello,

Thanks for the tip! But like RAYMOND SCHWARTZ mentioned.

For me it wasn&#039;t enough with the webkit-appearence:none
to get rid of the round corners in buttons and fields in iPad. That only worked in my computer&#039;s Safari browser.

I had to apply -webkit-border-radius: 0px;
for the iPad issue, and that worked as a charmed :)

// Happy coding everyone!</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>Thanks for the tip! But like RAYMOND SCHWARTZ mentioned.</p>
<p>For me it wasn’t enough with the webkit-appearence:none<br />
to get rid of the round corners in buttons and fields in iPad. That only worked in my computer’s Safari browser.</p>
<p>I had to apply -webkit-border-radius: 0px;<br />
for the iPad issue, and that worked as a charmed :)</p>
<p>// Happy coding everyone!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: OLDSKULL</title>
		<link>http://trentwalton.com/2010/07/14/css-webkit-appearance/#comment-16837</link>
		<dc:creator>OLDSKULL</dc:creator>
		<pubDate>Mon, 31 Oct 2011 15:30:36 +0000</pubDate>
		<guid isPermaLink="false">http://trentwalton.com/?p=3627#comment-16837</guid>
		<description>Thanks, great tip!</description>
		<content:encoded><![CDATA[<p>Thanks, great tip!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tim</title>
		<link>http://trentwalton.com/2010/07/14/css-webkit-appearance/#comment-16376</link>
		<dc:creator>tim</dc:creator>
		<pubDate>Wed, 17 Aug 2011 16:32:55 +0000</pubDate>
		<guid isPermaLink="false">http://trentwalton.com/?p=3627#comment-16376</guid>
		<description>Thanks. Fixed my readonly input issue where I wanted no border, just the text.</description>
		<content:encoded><![CDATA[<p>Thanks. Fixed my readonly input issue where I wanted no border, just the text.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raymond Schwartz</title>
		<link>http://trentwalton.com/2010/07/14/css-webkit-appearance/#comment-16367</link>
		<dc:creator>Raymond Schwartz</dc:creator>
		<pubDate>Mon, 15 Aug 2011 20:12:58 +0000</pubDate>
		<guid isPermaLink="false">http://trentwalton.com/?p=3627#comment-16367</guid>
		<description>Hey. Great tip. I wanted to mention that rounded corners still show up in iPad with -webkit-appearence:none. Your use of -webkit-border-radius: 0px; solves that problem. Tip - no need for units if the number is 0.</description>
		<content:encoded><![CDATA[<p>Hey. Great tip. I wanted to mention that rounded corners still show up in iPad with -webkit-appearence:none. Your use of -webkit-border-radius: 0px; solves that problem. Tip - no need for units if the number is 0.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://trentwalton.com/2010/07/14/css-webkit-appearance/#comment-15308</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Thu, 23 Jun 2011 05:24:55 +0000</pubDate>
		<guid isPermaLink="false">http://trentwalton.com/?p=3627#comment-15308</guid>
		<description>Seems like if we could disable the thing altogether, instead of having to redefine it...  Webkit is nice, if you&#039;re in a hurry.  But it looks like crap, to be honest. If you want conformity in a set of buttons, why not at least make them look good??  I can&#039;t stand the look of the standard button set, so always end up changing it.  Always.  So then I have to track down all my: input[type=&quot;button&quot;] or whatever.   Why am I fighting my browser?  Ok, I&#039;m a little crabby right now... hate wasting my afternoons tracking these things down.  Need to write my own webkit tool box or something.</description>
		<content:encoded><![CDATA[<p>Seems like if we could disable the thing altogether, instead of having to redefine it...  Webkit is nice, if you’re in a hurry.  But it looks like crap, to be honest. If you want conformity in a set of buttons, why not at least make them look good??  I can’t stand the look of the standard button set, so always end up changing it.  Always.  So then I have to track down all my: input[type=“button”] or whatever.   Why am I fighting my browser?  Ok, I’m a little crabby right now... hate wasting my afternoons tracking these things down.  Need to write my own webkit tool box or something.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://trentwalton.com/2010/07/14/css-webkit-appearance/#comment-13472</link>
		<dc:creator>James</dc:creator>
		<pubDate>Wed, 01 Jun 2011 20:22:47 +0000</pubDate>
		<guid isPermaLink="false">http://trentwalton.com/?p=3627#comment-13472</guid>
		<description>Sweet !!! Blasted phantom &quot;border&quot; looking thing on input field has been killing me for months and this did the trick. Thanks a ton.</description>
		<content:encoded><![CDATA[<p>Sweet !!! Blasted phantom “border” looking thing on input field has been killing me for months and this did the trick. Thanks a ton.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://trentwalton.com/2010/07/14/css-webkit-appearance/#comment-11291</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Fri, 20 May 2011 01:27:26 +0000</pubDate>
		<guid isPermaLink="false">http://trentwalton.com/?p=3627#comment-11291</guid>
		<description>Beautiful. Thanks for the solution, works like a charm.</description>
		<content:encoded><![CDATA[<p>Beautiful. Thanks for the solution, works like a charm.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom McCabe</title>
		<link>http://trentwalton.com/2010/07/14/css-webkit-appearance/#comment-10358</link>
		<dc:creator>Tom McCabe</dc:creator>
		<pubDate>Fri, 13 May 2011 23:23:34 +0000</pubDate>
		<guid isPermaLink="false">http://trentwalton.com/?p=3627#comment-10358</guid>
		<description>Another one to watch out for is -webkit-text-size-adjust. The iPhone browser automatically sizes up text for readability, but on a fixed width site it can give you all sorts of blowouts.</description>
		<content:encoded><![CDATA[<p>Another one to watch out for is -webkit-text-size-adjust. The iPhone browser automatically sizes up text for readability, but on a fixed width site it can give you all sorts of blowouts.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 1/9 queries in 0.003 seconds using disk: basic
Object Caching 454/468 objects using disk: basic

Served from: trentwalton.com @ 2012-05-17 00:46:55 -->
