diff --git a/layouts/xe_official/css/black.css b/layouts/xe_official/css/black.css index 8c354875c..9121e584a 100644 --- a/layouts/xe_official/css/black.css +++ b/layouts/xe_official/css/black.css @@ -42,9 +42,9 @@ body { background:#3d3d3d url(../images/black/bgBody.gif) repeat-x;} #isSearch ul li label.on { background:#2f4345; } #isSearch ul li label:hover, #isSearch ul li label:focus { background:#2f4345;} -#isSearch .inputText { vertical-align:middle; _position:relative; _top:-1px; padding:3px 3px 1px 3px; width:94px; height:15px; color:#ffffff; border:none; background:url(../images/black/bgSearch.gif) no-repeat;} +#isSearch .inputText { vertical-align:middle; position:relative; top:0; _top:-1px; left:1px; padding:3px 3px 1px 3px; width:94px; height:13px; color:#ffffff; border:1px solid #8E8E8D; background-color:#857C79; } #isSearch .inputText:hover, -#isSearch .inputText:focus { background:url(../images/black/bgSearchOn.gif) no-repeat;} +#isSearch .inputText:focus { border:1px solid #B0B0AF; background-color:#A9A4A3; } *:first-child+html #isSearch .inputText { position:relative; top:-1px;} #isSearch .submit { vertical-align:middle; _position:relative; _top:-1px;} *:first-child+html #isSearch .submit { position:relative; top:-1px;} diff --git a/layouts/xe_official/css/default.css b/layouts/xe_official/css/default.css index 0a41bde03..f37a55491 100644 --- a/layouts/xe_official/css/default.css +++ b/layouts/xe_official/css/default.css @@ -43,9 +43,9 @@ body { background:#FFFFFF url(../images/default/bgBody.gif) repeat-x left top; } #isSearch ul li label.on { background:#455a5b; } #isSearch ul li label:hover, #isSearch ul li label:focus { background:#455a5b;} -#isSearch .inputText { vertical-align:middle; _position:relative; _top:-1px; padding:3px 3px 1px 3px; width:94px; height:15px; color:#ffffff; border:none; background:url(../images/default/bgSearch.gif) no-repeat;} +#isSearch .inputText { vertical-align:middle; position:relative; top:0; _top:-1px; left:1px; padding:3px 3px 1px 3px; width:94px; height:13px; color:#ffffff; border:1px solid #8E8E8D; background-color:#857C79; } #isSearch .inputText:hover, -#isSearch .inputText:focus { background:url(../images/default/bgSearchOn.gif) no-repeat;} +#isSearch .inputText:focus { border:1px solid #B0B0AF; background-color:#A9A4A3; } *:first-child+html body#default #isSearch .inputText { position:relative; top:-1px;} #isSearch .submit { vertical-align:middle; _position:relative; _top:-1px;} *:first-child+html body#default #isSearch .submit { position:relative; top:-1px;} diff --git a/layouts/xe_official/css/white.css b/layouts/xe_official/css/white.css index 7a6d90b83..d8a4ae3c6 100644 --- a/layouts/xe_official/css/white.css +++ b/layouts/xe_official/css/white.css @@ -42,10 +42,10 @@ body { background:#ffffff;} #isSearch ul li label.on { background:#ededed; } #isSearch ul li label:hover, #isSearch ul li label:focus { background:#ededed;} -#isSearch .inputText { vertical-align:middle; _position:relative; _top:-1px; padding:3px 3px 1px 3px; width:94px; height:15px; color:#5c5c5c; border:none; background:url(../images/white/bgSearch.gif) no-repeat;} +#isSearch .inputText { vertical-align:middle; position:relative; top:0; _top:-1px; left:1px; padding:3px 3px 1px 3px; width:94px; height:13px; color:#000000; border:1px solid #B0B0AF; background-color:#FFFFFF; } #isSearch .inputText:hover, -#isSearch .inputText:focus { background:url(../images/white/bgSearchOn.gif) no-repeat;} -*:first-child+html #isSearch .inputText { position:relative; top:-1px;} +#isSearch .inputText:focus { border:1px solid #8E8E8D; background-color:#FFFFFF; } +*:first-child+html #isSearch .inputText { position:relative; top:-1px;} #isSearch .submit { vertical-align:middle; _position:relative; _top:-1px;} *:first-child+html #isSearch .submit { position:relative; top:-1px;}