Viewing 2 replies - 1 through 2 (of 2 total)
  • add the background color in here:

    #branding #s {
    	float: right;
    	-webkit-transition-duration: 400ms;
    	-webkit-transition-property: width, background;
    	-webkit-transition-timing-function: ease;
    	-moz-transition-duration: 400ms;
    	-moz-transition-property: width, background;
    	-moz-transition-timing-function: ease;
    	-o-transition-duration: 400ms;
    	-o-transition-property: width, background;
    	-o-transition-timing-function: ease;
    	width: 72px;
    }
    Thread Starter matthisco

    (@matthisco)

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘2011 theme search field – background color???’ is closed to new replies.