X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=plugins%2Ftemplates%2Fdialogs%2Ftemplates.css;h=66bc388ea94973f09b80acebb3279637dad0d9a1;hb=dc5b273b4cbd7e7d0167499e7649867ba2a5b408;hp=dcb79e50bfb38ed3c6e0bbac456f9620b638a2fb;hpb=26ea9b471a69b563dfa9fb7c9c8d97db8e56de0e;p=ckeditor.git diff --git a/plugins/templates/dialogs/templates.css b/plugins/templates/dialogs/templates.css index dcb79e5..66bc388 100644 --- a/plugins/templates/dialogs/templates.css +++ b/plugins/templates/dialogs/templates.css @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ @@ -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; }