changeset 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 17a30a75abaf
children 76639683db9b
files hgscm/media/css/styles.css templates/styles/styles.css
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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; }
 
 /*
--- 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; }
 
 /*