X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=plugins%2Ftemplates%2Fdialogs%2Ftemplates.css;h=7fc4a1bc4e9721c290db35cac4418888631513ea;hb=a0df3d0ab0c5252b5e2e0fd274705ede834c2276;hp=70cb0cf72341c089831a6de1167fb6edaa72da6a;hpb=4625dba05116026713fee9008dd93306be0d1553;p=ckeditor.git diff --git a/plugins/templates/dialogs/templates.css b/plugins/templates/dialogs/templates.css index 70cb0cf..7fc4a1b 100644 --- a/plugins/templates/dialogs/templates.css +++ b/plugins/templates/dialogs/templates.css @@ -1,6 +1,6 @@ /* -Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license */ .cke_tpl_list @@ -61,11 +61,11 @@ For licensing, see LICENSE.html 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; }