styling the completed header expand section on the lessons page
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 1 Aug 2018 19:16:20 +0000 (15:16 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 1 Aug 2018 19:16:20 +0000 (15:16 -0400)
footer.php

index 82b68df..a862ee7 100644 (file)
     html body #learndash_course_content h4 > a{
         font-size: 15px;
     }
-    html body #learndash_course_content #lessons_list > div .completed, html body #learndash_course_content #lessons_list > div  .notcompleted{
+    html body #learndash_course_content #lessons_list > div .completed, html body #learndash_course_content #lessons_list > div  .notcompleted{
         background-color: #3A8BB6;
         color: white;
     }
-    html body #learndash_course_content #lessons_list > div .completed:hover, html body #learndash_course_content #lessons_list > div  .notcompleted:hover{
+    html body #learndash_course_content #lessons_list > div .completed:hover, html body #learndash_course_content #lessons_list > div  .notcompleted:hover{
         cursor: default;
     }
     .entry-footer, .edit-link{