Style search form
-
I have tried to make the search field and the search button in the header of my page https://www.beteltrondheim.no/ny of equal height and equal border radius. I have tried to add the following code, using Firebug to find the css-classes, but it does not work…
input#search-input { background: rgb(0, 0, 0); /* fallback color */ background: rgba(0, 0, 0, 0.3); color: white; border-radius: 5; height: 29px; font-size:1em; vertical-align:middle; } input.search-submit { background: rgb(0, 0, 0); /* fallback color */ background: rgba(0, 0, 0, 0.3); color: white; font-size:1em height: 29px; }
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Style search form’ is closed to new replies.