Quote:
Originally Posted by RichieBoy67
Like what? I am thinking about adding this.
|
Had to adjust the margin-top:
PHP Code:
.globalsearch input.textbox {
background-color: #fff;
color: #000;
margin-top: -2px;
border: 1px solid #555555;
padding: 3px;
-moz-box-shadow: 0 0 2px #1a1a1a;
-webkit-box-shadow: 0 0 2px #1a1a1a;
box-shadow: 0 0 2px #1a1a1a;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 0px;
margin-right: -4px;
}