<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/css/tags/chrome</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sun, 19 May 2013 21:18:50 GMT</pubDate>
<item>
<title>(CSS) Disable Chrome styles for form elements - valenzine</title>
<link>http://snipplr.com/view/67312/disable-chrome-styles-for-form-elements/</link>
<description><![CDATA[ <p>If Chrome is bothering with unknown borders and things like that, just apply this.</p> ]]></description>
<pubDate>Sat, 22 Sep 2012 02:14:27 GMT</pubDate>
<guid>http://snipplr.com/view/67312/disable-chrome-styles-for-form-elements/</guid>
</item>
<item>
<title>(CSS) Hide Safari / Chrome outline on active elements - simondiercks</title>
<link>http://snipplr.com/view/59441/hide-safari--chrome-outline-on-active-elements/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 05 Oct 2011 20:52:33 GMT</pubDate>
<guid>http://snipplr.com/view/59441/hide-safari--chrome-outline-on-active-elements/</guid>
</item>
<item>
<title>(CSS) Remove default Chrome input focus border (outline) - jurajhilje</title>
<link>http://snipplr.com/view/52313/remove-default-chrome-input-focus-border-outline/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 19 Apr 2011 21:09:23 GMT</pubDate>
<guid>http://snipplr.com/view/52313/remove-default-chrome-input-focus-border-outline/</guid>
</item>
<item>
<title>(CSS) Chrome Overlay - frkssk</title>
<link>http://snipplr.com/view/50521/chrome-overlay/</link>
<description><![CDATA[ <p>Chrome's default overlay class</p> ]]></description>
<pubDate>Fri, 11 Mar 2011 13:10:57 GMT</pubDate>
<guid>http://snipplr.com/view/50521/chrome-overlay/</guid>
</item>
<item>
<title>(CSS) CSS3 linear and radial gradient - DADU</title>
<link>http://snipplr.com/view/50034/css3-linear-and-radial-gradient/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 04 Mar 2011 12:26:26 GMT</pubDate>
<guid>http://snipplr.com/view/50034/css3-linear-and-radial-gradient/</guid>
</item>
<item>
<title>(CSS) Pseudo-class combined with sibling selector fix for Webkit - classicc</title>
<link>http://snipplr.com/view/47758/pseudoclass-combined-with-sibling-selector-fix-for-webkit/</link>
<description><![CDATA[ <p>In Webkit, when a general (x ~ y) or adjacent sibling selector (x + y) is combined with a dynamic pseudo class such as :hover, :focus, :checked, etc., the function breaks. This code snippet fixes it.</p> ]]></description>
<pubDate>Mon, 24 Jan 2011 06:53:27 GMT</pubDate>
<guid>http://snipplr.com/view/47758/pseudoclass-combined-with-sibling-selector-fix-for-webkit/</guid>
</item>
<item>
<title>(CSS) Chrome &amp;amp; Safari Specific CSS Hack - Onfire60</title>
<link>http://snipplr.com/view/41672/chrome--safari-specific-css-hack/</link>
<description><![CDATA[ <p>This snippet will allow you to enter chrome and safari specific css styling.</p> ]]></description>
<pubDate>Thu, 07 Oct 2010 00:27:48 GMT</pubDate>
<guid>http://snipplr.com/view/41672/chrome--safari-specific-css-hack/</guid>
</item>
<item>
<title>(CSS) CSS3 Chrome rounded box-shadow inset fix - Shujin</title>
<link>http://snipplr.com/view/41375/css3-chrome-rounded-boxshadow-inset-fix/</link>
<description><![CDATA[ <p>So it\'s a pretty simple fix I found out whilst coding my site (ohsogeoff).\r\n\r\nBasically, Chrome hates combining both border radius and inset box shadow! So all we do to fix this is remove the inset on webkit and reverse the direction of the shadow by applying negative values.</p> ]]></description>
<pubDate>Sun, 03 Oct 2010 06:47:19 GMT</pubDate>
<guid>http://snipplr.com/view/41375/css3-chrome-rounded-boxshadow-inset-fix/</guid>
</item>
<item>
<title>(CSS) CSS - CSS3 border-radius - understanding CSS3 Moz Mozilla KHTML Webkit Border Radius.css - brandonjp</title>
<link>http://snipplr.com/view/38584/css--css3-borderradius--understanding-css3-moz-mozilla-khtml-webkit-border-radiuscss/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 06 Aug 2010 03:24:27 GMT</pubDate>
<guid>http://snipplr.com/view/38584/css--css3-borderradius--understanding-css3-moz-mozilla-khtml-webkit-border-radiuscss/</guid>
</item>
<item>
<title>(CSS) Hack CSS for webkit - marcio</title>
<link>http://snipplr.com/view/30650/hack-css-for-webkit/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 31 Mar 2010 18:18:29 GMT</pubDate>
<guid>http://snipplr.com/view/30650/hack-css-for-webkit/</guid>
</item>
<item>
<title>(CSS) List of CSS browser hacks - johnloy</title>
<link>http://snipplr.com/view/28871/list-of-css-browser-hacks/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 24 Feb 2010 13:23:08 GMT</pubDate>
<guid>http://snipplr.com/view/28871/list-of-css-browser-hacks/</guid>
</item>
<item>
<title>(CSS) Cross-Browser Auto Vertical/Horizontal Centering (Chrome &amp;amp; Forms Compatible) - bryanlyman</title>
<link>http://snipplr.com/view/24618/crossbrowser-auto-verticalhorizontal-centering-chrome--forms-compatible/</link>
<description><![CDATA[ <p>A way to do 100% DIVs that adjust to content and center themselves both vertically and horizontally automatically. Tested for all browsers at 1920X1080 resolution. The 96% body height fixes Firefox and IE scrollbars that appear without reason and might need to be adjusted for smaller or larger windows.</p> ]]></description>
<pubDate>Fri, 11 Dec 2009 12:24:58 GMT</pubDate>
<guid>http://snipplr.com/view/24618/crossbrowser-auto-verticalhorizontal-centering-chrome--forms-compatible/</guid>
</item>
<item>
<title>(CSS) Web browser hacks, Css hacks - ie, firefox, chrome, safri, Opera - webdevelopertut</title>
<link>http://snipplr.com/view/16444/web-browser-hacks-css-hacks--ie-firefox-chrome-safri-opera/</link>
<description><![CDATA[ <p>.logo{*margin-left:10px;}</p> ]]></description>
<pubDate>Mon, 29 Jun 2009 12:20:35 GMT</pubDate>
<guid>http://snipplr.com/view/16444/web-browser-hacks-css-hacks--ie-firefox-chrome-safri-opera/</guid>
</item>
<item>
<title>(CSS) Firefox 3 userChrome.css: wrap your livebookmarks - Jacolyte</title>
<link>http://snipplr.com/view/8303/firefox-3-userchromecss-wrap-your-livebookmarks/</link>
<description><![CDATA[ <p>You know how your bookmarks toolbar will show a little arrow when there are too many to fit? This code snippet will make the toolbar twice the size in height, and make the bookmarks wrap to the next line.

In mac, you need to edit the file /Users/---username here---/Library/Application Support/Firefox/Profiles/---profile name here---/chrome/userChrome.css -- if the file doesn't exist, create it.

Then add the following snippet anywhere in the .css file</p> ]]></description>
<pubDate>Thu, 11 Sep 2008 00:14:07 GMT</pubDate>
<guid>http://snipplr.com/view/8303/firefox-3-userchromecss-wrap-your-livebookmarks/</guid>
</item>
</channel>
</rss>