Commit b7ce475a by Tom Giannattasio

accordion hovers

parent 8344fe88
......@@ -70,8 +70,10 @@ section.course-index {
width: 100%;
@include box-sizing(border-box);
padding: 11px 14px;
@include linear-gradient(top, #f9f9f9, #eee);
@include linear-gradient(top, rgba(255, 255, 255, .6), rgba(255, 255, 255, 0));
background-color: #eee;
@include box-shadow(0 1px 0 #fff inset, 0 -1px 0 rgba(0, 0, 0, .1) inset);
@include transition(background-color .1s);
&:first-child {
border-radius: 3px 0 0 0;
......@@ -81,6 +83,10 @@ section.course-index {
border-radius: 0 0 0 3px;
@include box-shadow(0 1px 0 #fff inset);
}
&:hover {
background-color: #fff
}
}
ul.ui-accordion-content {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment