Hallo zusammen,
sitze vor twentyeleven und habe es auch nach viel rumprobierei nicht geschafft die fabigkeit der navileiste zu ändern. den code habe ich in der style.css meines child themes gefunden aber die richtige stelle nicht. ich will den verlauf durch reines schwarz ersetzen. bei mouseover soll grün agezeigt werden. wäre klasse wenn jemand helfen könnte ;)
* =Menu
-------------------------------------------------------------- */
#access {
background: [COLOR=Red]#ff0000[/COLOR]; /* Show a solid color for older browsers */
background: -moz-linear-gradient([COLOR=Red]#ff0000[/COLOR], #0a0a0a);
background: -o-linear-gradient(#252525, #0a0a0a);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#252525), to(#0a0a0a)); /* older webkit syntax */
background: -webkit-linear-gradient(#252525, #0a0a0a);
-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
clear: both;
display: block;
float: left;
margin: 0 auto 6px;
width: 100%;
}