Merge branch 'MDL-48539_master' of git://github.com/StudiUM/moodle

This commit is contained in:
David Monllao
2014-12-16 15:01:31 +08:00
3 changed files with 1 additions and 9 deletions
-2
View File
@@ -96,8 +96,6 @@ background:#E2E2E2;filter:progid:DXImageTransform.Microsoft.gradient(startColors
.file-picker .fp-clear-left {clear:left;}
/* over ride hover rule from core.css*/
.dir-rtl .filemanager-toolbar .fp-vb-icons a:hover {background:url('[[pix:theme|fp/view_icon_selected]]');}
.dir-rtl .filemanager-toolbar .fp-vb-icons.checked a:hover {background:url('[[pix:theme|fp/view_icon_active]]') no-repeat 0 0;}
.dir-rtl .fp-vb-details a:hover {background:none;border:20px solid black}
.dir-rtl .fp-vb-details.checked a:hover {background:none;border:40px solid black}
.dir-rtl .fp-vb-tree a:hover {background:none;border:30px solid black}
@@ -304,12 +304,6 @@
clear: left;
}
// over ride hover rule from core.css
.dir-rtl .filemanager-toolbar .fp-vb-icons a:hover {
background: url('[[pix:theme|fp/view_icon_selected]]');
}
.dir-rtl .filemanager-toolbar .fp-vb-icons.checked a:hover {
background: url('[[pix:theme|fp/view_icon_active]]') no-repeat 0 0;
}
.dir-rtl .fp-vb-details a:hover {
background: none;
border: 20px solid black;
File diff suppressed because one or more lines are too long