-
Highlight 6
-
Highlight 1
-
Highlight 9
-
Highlight 10
-
Highlight 2
-
Highlight 4
-
Highlight 3
-
Highlight 5
-
Highlight 7
-
Highlight 8
ol#faq-list li {
padding: 10px;
border: 2px solid #FFF;
/* Set the border to a color so it doesn't animate width */
-webkit-transition-property: background,border;
-webkit-transition-duration: 1s, 2s;
-moz-transition-property: background,border;
-moz-transition-duration: 1s, 2s;
transition-property: background,border;
transition-duration: 1s, 2s;
}
ol#faq-list li:hover {
background: #FFFFCF;
border: 2px solid #FFDAAF;
}