Ändringar

ingen redigeringssammanfattning
Rad 46: Rad 46:  
.vectorTabs li.selected {  
 
.vectorTabs li.selected {  
 
     border-bottom: none;
 
     border-bottom: none;
     background: -moz-linear-gradient(top,  rgba(253,250,242,0) 0%, rgba(253,250,242,1) 59%, rgba(253,250,242,1) 100%); /* FF3.6+ */
+
     background-color: #FDFAF2;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(253,250,242,0)), color-stop(59%,rgba(253,250,242,1)), color-stop(100%,rgba(253,250,242,1))); /* Chrome,Safari4+ */
  −
    background: -webkit-linear-gradient(top,  rgba(253,250,242,0) 0%,rgba(253,250,242,1) 59%,rgba(253,250,242,1) 100%); /* Chrome10+,Safari5.1+ */
  −
    background: -o-linear-gradient(top,  rgba(253,250,242,0) 0%,rgba(253,250,242,1) 59%,rgba(253,250,242,1) 100%); /* Opera 11.10+ */
  −
    background: -ms-linear-gradient(top,  rgba(253,250,242,0) 0%,rgba(253,250,242,1) 59%,rgba(253,250,242,1) 100%); /* IE10+ */
  −
    background: linear-gradient(to bottom,  rgba(253,250,242,0) 0%,rgba(253,250,242,1) 59%,rgba(253,250,242,1) 100%); /* W3C */
  −
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fdfaf2', endColorstr='#fdfaf2',GradientType=0 ); /* IE6-9 */
  −
 
   
}
 
}