MDL-39318 CSS bug on mouse hover of paging bar in some themes

This commit is contained in:
Marina Glancy 2013-05-02 11:16:21 +10:00
parent 95190fda69
commit d891aaba73
4 changed files with 4 additions and 4 deletions

View File

@ -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;
}

File diff suppressed because one or more lines are too long

View File

@ -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;}

View File

@ -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;}