mirror of
https://github.com/moodle/moodle.git
synced 2025-04-14 13:02:07 +02:00
MDL-19673 Removed the semi-transparent underlay of YUI tooltips, they don't work in IE. Merged from MOODLE_19_STABLE
This commit is contained in:
parent
afa2dcad43
commit
93feac1719
@ -232,8 +232,8 @@ function init() {
|
||||
draggable: false,
|
||||
visible: false,
|
||||
close: false,
|
||||
preventcontextoverlap: true
|
||||
|
||||
preventcontextoverlap: true,
|
||||
underlay: 'none'
|
||||
});
|
||||
|
||||
YAHOO.graderreport.panelEl.render(table);
|
||||
|
Loading…
x
Reference in New Issue
Block a user