Änderungen

K
keine Bearbeitungszusammenfassung
Zeile 10: Zeile 10:  
     height: 100%;
 
     height: 100%;
 
}*/
 
}*/
 +
.vector-menu li a {
 +
color: #008800;
 +
}
 
.vector-menu-tabs li {
 
.vector-menu-tabs li {
 
background-image: linear-gradient(to bottom, white 80%, rgba(0, 55, 0, 0.1) 100%);
 
background-image: linear-gradient(to bottom, white 80%, rgba(0, 55, 0, 0.1) 100%);
 
}
 
}
.vector-menu li a {
+
.vector-menu-tabs #ca-unwatch.icon a:before {
color: #008800;
+
content: '★';
 +
    display: block;
 +
    font-size: 1rem;
 +
    line-height: 1rem;
 +
    background-image: none;
 +
}
 +
.vector-menu-tabs #ca-unwatch.icon a:hover:before{
 +
content: '☆';
 
}
 
}