X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=httemplate%2Felements%2Fckeditor%2Fplugins%2Ftemplates%2Fdialogs%2Ftemplates.css;h=7fc4a1bc4e9721c290db35cac4418888631513ea;hb=9aee669886202be7035e6c6049fc71bc99dd3013;hp=e226d79746b6e098e605595b7c7ab77556033fb6;hpb=87ccff97601d522326f56184a41037278ad328c5;p=freeside.git diff --git a/httemplate/elements/ckeditor/plugins/templates/dialogs/templates.css b/httemplate/elements/ckeditor/plugins/templates/dialogs/templates.css index e226d7974..7fc4a1bc4 100644 --- a/httemplate/elements/ckeditor/plugins/templates/dialogs/templates.css +++ b/httemplate/elements/ckeditor/plugins/templates/dialogs/templates.css @@ -1,6 +1,6 @@ /* -Copyright (c) 2003-2013, 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; }