X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=plugins%2Ftemplates%2Fdialogs%2Ftemplates.css;h=66bc388ea94973f09b80acebb3279637dad0d9a1;hp=ccb922aaa756ab1debe9727b28ff3e1d44b6b63b;hb=484c93d1e1a5a219e2899c566dae48300105f3ed;hpb=610396aee87ef9f3c409b674a2d438d20c38b492 diff --git a/plugins/templates/dialogs/templates.css b/plugins/templates/dialogs/templates.css index ccb922a..66bc388 100644 --- a/plugins/templates/dialogs/templates.css +++ b/plugins/templates/dialogs/templates.css @@ -61,11 +61,11 @@ For licensing, see LICENSE.md or http://ckeditor.com/license cursor: pointer; } -/* IE6 contextual selectors childs won't get :hover transition until, - the hover style of the link itself contains certain CSS declarations.*/ -.cke_browser_ie6 .cke_tpl_list a:active, -.cke_browser_ie6 .cke_tpl_list a:hover, -.cke_browser_ie6 .cke_tpl_list a:focus +/* IE Quirks contextual selectors children will not get :hover transition until + the hover style of the link itself contains certain CSS declarations. */ +.cke_browser_quirks .cke_tpl_list a:active, +.cke_browser_quirks .cke_tpl_list a:hover, +.cke_browser_quirks .cke_tpl_list a:focus { background-position: 0 0; }