Ändringar

920 byte lades till ,  31 augusti 2013 kl. 17.35
ingen redigeringssammanfattning
Rad 31: Rad 31:  
.vectorTabs li, .vectorMenu h5 a {
 
.vectorTabs li, .vectorMenu h5 a {
 
   border: none;
 
   border: none;
   background: none !important;
+
   background: none ;
 
   border-right: 1px solid #73abe6 !important;
 
   border-right: 1px solid #73abe6 !important;
 
}
 
}
 
   
 
   
 
.vectorTabs li, .vectorTabs li span, .vectorTabs li a {
 
.vectorTabs li, .vectorTabs li span, .vectorTabs li a {
   background: none !important;
+
   background: none ;
 
}
 
}
 
   
 
   
Rad 43: Rad 43:  
.vectorTabs li.selected span, .vectorTabs li.selected a { color: #c1c1c1 !important; font-weight: bold; }
 
.vectorTabs li.selected span, .vectorTabs li.selected a { color: #c1c1c1 !important; font-weight: bold; }
 
.vectorTabs li.selected {  
 
.vectorTabs li.selected {  
    background-color: #FDFAF2;
  −
    border: 1px solid #4D432B;
   
     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: -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 */
    
}
 
}