comparison hgscm/media/css/styles.css @ 120:62ec08c1e08d

Search form input doesn't use that stupid outline in Safari anymore
author Jannis Leidel <jannis@leidel.info>
date Sat, 25 Apr 2009 14:01:56 +0200
parents b837e92599ce
children 359a05e0b013
comparison
equal deleted inserted replaced
119:17a30a75abaf 120:62ec08c1e08d
105 * Search 105 * Search
106 */ 106 */
107 #search { position: absolute; right: 15px; top: 50px; color: #fff; width: 183px; height: 23px; background: url(../images/search.png) no-repeat 0 0; } 107 #search { position: absolute; right: 15px; top: 50px; color: #fff; width: 183px; height: 23px; background: url(../images/search.png) no-repeat 0 0; }
108 #search legend { display: none; } 108 #search legend { display: none; }
109 #search label { position: absolute; left: -9999px; } 109 #search label { position: absolute; left: -9999px; }
110 #search .text { width: 150px; background: none; border: none; margin: 0 0 0 5px; position: relative; top: 5px; color: #666; } 110 #search .text { width: 150px; background: none; border: none; margin: 0 0 0 5px; position: relative; top: 5px; color: #666; outline:0; }
111 #search .submit { width: 23px; height: 23px; background: none; border: none; cursor: pointer; text-indent: -9999px; color: #10B8F0; *color: #fff; font-size: 1px; } 111 #search .submit { width: 23px; height: 23px; background: none; border: none; cursor: pointer; text-indent: -9999px; color: #10B8F0; *color: #fff; font-size: 1px; }
112 112
113 /* 113 /*
114 * Download button 114 * Download button
115 */ 115 */