Hello, the page is now online again. There was a Problem with the memory space.
But I can still not changing the color of the drop down menu. Below is the code, that i insert in the style.less file
But the color is still blue in all browsers.
Could this be a problem with the database? Or is the code wrong? I didn't know what to do :-(
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-menu li.current-menu-item > a {
text-decoration: none;
color: #fff;
background-color: #4ba22d;
background-color: #4ba22d;
background-image: -moz-linear-gradient(top,#4ba22d,#91b983);
background-image: -ms-linear-gradient(top,#4ba22d,#91b983);
background-image: -webkit-gradient(linear,0 0,0 100%,from(#4ba22d),to(#91b983));
background-image: -webkit-linear-gradient(top,#4ba22d,#91b983);
background-image: -o-linear-gradient(top,#4ba22d,#91b983);
background-image: linear-gradient(top,#4ba22d,#91b983);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4ba22d', endColorstr='#91b983', GradientType=0);
}
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
color: #fff;
text-decoration: none;
outline: 0;
background-color: #4ba22d;
background-color: #4ba22d;
background-image: -moz-linear-gradient(top,#4ba22d,#91b983);
background-image: -ms-linear-gradient(top,#4ba22d,#91b983);
background-image: -webkit-gradient(linear,0 0,0 100%,from(#4ba22d),to(#91b983));
background-image: -webkit-linear-gradient(top,#4ba22d,#91b983);
background-image: -o-linear-gradient(top,#4ba22d,#91b983);
background-image: linear-gradient(top,#4ba22d,#91b983);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4ba22d', endColorstr='#91b983', GradientType=0);
}