<?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>Fri, 03 Feb 2012 21:51:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<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>
	<item>
		<title>By: Denis</title>
		<link>http://trentwalton.com/2010/07/14/css-webkit-appearance/#comment-9106</link>
		<dc:creator>Denis</dc:creator>
		<pubDate>Wed, 20 Apr 2011 05:09:24 +0000</pubDate>
		<guid isPermaLink="false">http://trentwalton.com/?p=3627#comment-9106</guid>
		<description>Thanks for figuring that out. Pretty clean fix. I&#039;m trying to get rid of the arrow in the select option fields in Firefox but -moz-appearance: none doesn&#039;t seem to work. Any suggestions for that?

Regards,
Denis</description>
		<content:encoded><![CDATA[<p>Thanks for figuring that out. Pretty clean fix. I’m trying to get rid of the arrow in the select option fields in Firefox but -moz-appearance: none doesn’t seem to work. Any suggestions for that?</p>
<p>Regards,<br />
Denis</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NexusStudioNet</title>
		<link>http://trentwalton.com/2010/07/14/css-webkit-appearance/#comment-7169</link>
		<dc:creator>NexusStudioNet</dc:creator>
		<pubDate>Fri, 28 Jan 2011 19:51:49 +0000</pubDate>
		<guid isPermaLink="false">http://trentwalton.com/?p=3627#comment-7169</guid>
		<description>@ David Quinn Carder
Thanks, man !
This drove me nuts !!!!
You made my day. :D</description>
		<content:encoded><![CDATA[<p>@ David Quinn Carder<br />
Thanks, man !<br />
This drove me nuts !!!!<br />
You made my day. :D</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/4 queries in 0.002 seconds using disk: basic
Object Caching 453/454 objects using disk: basic

Served from: trentwalton.com @ 2012-02-03 22:20:30 -->
