Ändringar

812 byte lades till ,  31 augusti 2013 kl. 17.22
ingen redigeringssammanfattning
Rad 43: Rad 43:  
.vectorTabs li.selected {  
 
.vectorTabs li.selected {  
 
     border-bottom: none;
 
     border-bottom: none;
     background: -webkit-gradient(
+
    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+ */
      linear,
+
     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+ */
      left bottom,
+
    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+ */
      left top,
+
    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+ */
      color-stop(1, rgba(0,0,0,0.0)), /* Top */
+
    background: -ms-linear-gradient(top,  rgba(253,250,242,0) 0%,rgba(253,250,242,1) 59%,rgba(253,250,242,1) 100%); /* IE10+ */
      color-stop(0, rgba(0,0,0,1.0)) /* Bottom */
+
    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 */
}
+
 
 
.vectorTabs li.new span, .vectorTabs li.new a { color: #f14a30 !important; }
 
.vectorTabs li.new span, .vectorTabs li.new a { color: #f14a30 !important; }