# HG changeset patch # User Jannis Leidel # Date 1240660916 -7200 # Node ID 62ec08c1e08d2304eccbcc08a5c07a8fd58987cd # Parent 17a30a75abaf0878129965b929eb0132dc7b2131 Search form input doesn't use that stupid outline in Safari anymore diff -r 17a30a75abaf -r 62ec08c1e08d hgscm/media/css/styles.css --- a/hgscm/media/css/styles.css Fri Apr 24 21:35:50 2009 +0200 +++ b/hgscm/media/css/styles.css Sat Apr 25 14:01:56 2009 +0200 @@ -107,7 +107,7 @@ #search { position: absolute; right: 15px; top: 50px; color: #fff; width: 183px; height: 23px; background: url(../images/search.png) no-repeat 0 0; } #search legend { display: none; } #search label { position: absolute; left: -9999px; } -#search .text { width: 150px; background: none; border: none; margin: 0 0 0 5px; position: relative; top: 5px; color: #666; } +#search .text { width: 150px; background: none; border: none; margin: 0 0 0 5px; position: relative; top: 5px; color: #666; outline:0; } #search .submit { width: 23px; height: 23px; background: none; border: none; cursor: pointer; text-indent: -9999px; color: #10B8F0; *color: #fff; font-size: 1px; } /* diff -r 17a30a75abaf -r 62ec08c1e08d templates/styles/styles.css --- a/templates/styles/styles.css Fri Apr 24 21:35:50 2009 +0200 +++ b/templates/styles/styles.css Sat Apr 25 14:01:56 2009 +0200 @@ -100,7 +100,7 @@ #search { position: absolute; right: 15px; top: 26px; color: #fff; width: 183px; height: 23px; background: url(../images/search.png) no-repeat 0 0; } #search legend { display: none; } #search label { position: absolute; left: -9999px; } -#search .text { width: 150px; background: none; border: none; margin: 0 0 0 5px; position: relative; top: 5px; color: #666; } +#search .text { width: 150px; background: none; border: none; margin: 0 0 0 5px; position: relative; top: 5px; color: #666; outline:0; } #search .submit { width: 23px; height: 23px; background: none; border: none; cursor: pointer; text-indent: -9999px; color: #10B8F0; *color: #fff; font-size: 1px; } /*