Changes

Jump to navigation Jump to search
No change in size ,  19:08, 20 September 2016
Use the true CRIU color for css hilite
Line 178: Line 178:  
@-webkit-keyframes hilite-background {
 
@-webkit-keyframes hilite-background {
 
         0% {background-color: transparent;}
 
         0% {background-color: transparent;}
         30% {background-color: #FF0000;}
+
         30% {background-color: #990000;}
 
         100% {background-color: transparent;}
 
         100% {background-color: transparent;}
 
}
 
}
 
@-moz-keyframes hilite-background {
 
@-moz-keyframes hilite-background {
 
         0% {background-color: transparent;}
 
         0% {background-color: transparent;}
         30% {background-color: #FF0000;}
+
         30% {background-color: #990000;}
 
         100% {background-color: transparent;}
 
         100% {background-color: transparent;}
 
}
 
}
 
@-ms-keyframes hilite-background {
 
@-ms-keyframes hilite-background {
 
         0% {background-color: transparent;}
 
         0% {background-color: transparent;}
         30% {background-color: #FF0000;}
+
         30% {background-color: #990000;}
 
         100% {background-color: transparent;}
 
         100% {background-color: transparent;}
 
}
 
}
 
@-o-keyframes hilite-background {
 
@-o-keyframes hilite-background {
 
         0% {background-color: transparent;}
 
         0% {background-color: transparent;}
         30% {background-color: #FF0000;}
+
         30% {background-color: #990000;}
 
         100% {background-color: transparent;}
 
         100% {background-color: transparent;}
 
}
 
}
 
@keyframes hilite-background {
 
@keyframes hilite-background {
 
         0% {background-color: transparent;}
 
         0% {background-color: transparent;}
         30% {background-color: #FF0000;}
+
         30% {background-color: #990000;}
 
         100% {background-color: transparent;}
 
         100% {background-color: transparent;}
 
}
 
}

Navigation menu