Skip to content

Commit

Permalink
MDL-39318 CSS bug on mouse hover of paging bar in some themes
Browse files Browse the repository at this point in the history
  • Loading branch information
marinaglancy committed May 3, 2013
1 parent 95190fd commit d891aab
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion theme/bootstrapbase/less/moodle/course.less
Expand Up @@ -482,7 +482,7 @@ span.editinstructions {
background-color:#f6f6f6;
}
.courses .coursebox:hover,
.course_category_tree .courses > .paging:hover {
.course_category_tree .courses > .paging.paging-morelink:hover {
background-color:#eeeeee;
}

Expand Down
2 changes: 1 addition & 1 deletion theme/bootstrapbase/style/moodle.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion theme/formal_white/style/course.css
Expand Up @@ -100,7 +100,7 @@
.dir-rtl .course_category_tree .category > .info .name {padding-left:0;padding-right:16px;}
.courses .coursebox.even {background-color:#f6f6f6;border-color:#eee;}
.courses .coursebox:hover,
.course_category_tree .courses > .paging:hover {background-color:#eee;}
.course_category_tree .courses > .paging.paging-morelink:hover {background-color:#eee;}
.course_category_tree .courses > .paging,
.course_category_tree .subcategories > .paging {padding:5px;}

Expand Down
2 changes: 1 addition & 1 deletion theme/standard/style/course.css
Expand Up @@ -98,7 +98,7 @@
.courses .coursebox.collapsed {border:1px solid #eeeeee;padding:3px 0;}
.courses .coursebox.even {background-color:#f6f6f6;}
.courses .coursebox:hover,
.course_category_tree .courses > .paging:hover {background-color:#eeeeee;}
.course_category_tree .courses > .paging.paging-morelink:hover {background-color:#eeeeee;}

.course_category_tree .subcategories > .paging,
.course_category_tree .courses > .paging {margin:0;padding:5px;}
Expand Down

0 comments on commit d891aab

Please sign in to comment.