Totally Zenned
- Join Date:
- Jan 2005
- Location:
- USA, St. Louis
- Posts:
- 3,651
- Plugin Contributions:
- 5
Apple Zen Support Thread
cartguin:
Hey, jade, what is controlling the border color for #navMainSearch input.topSearch, the search input box containing "Enter search keyword"? I would really like to make this search input box identical to my search button with the exception of the background color.
At your demo page, the border color is #A5ACB2 yet that color is not specified in either the Apple Zen or Zen Cart source code. When I add border-color:#00F; to #navMainSearch input.topSearch{ then the bottom and right borders become #B2B2FF while the top and left borders become #00008D. This seems extremely strange to me.
Is this something dependent upon operating system and browser? And if so, do you know of a good CSS tutorial on how to best control the look and override OS/browser settings?
Thanks.
Inputs are hard to style. I have no border set, therefore it's the browser doing it. What browser are you looking at? In Firefox, I see no border color, its the standard beveled edge input box, where the left and top are darker, and the right and bottom are light. If you're using say the firefox tool to get the exact color of the input box, you can't really equate that with an exact color to find somewhere in the css... I think if you used the select tool one millimeter over, it might show as a different color, know what I mean?
I don't know of a good css input tutorial, I don't usually mess with them, try a google search. Have you tried using !important in your css to force the change?