X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fskins%2Foffice2003%2Ftemplates.css;h=d14406e6e14068a0f3e763a919ba06bd7b161f92;hb=48b1db88210b4160dce439c6e3e32e14af8c106b;hp=8e6ddf901f2da0f6ac6745fb32bc08f8256724a2;hpb=941b0a9ba4e673e292510d80a5a86806994b8ea6;p=ckeditor.git diff --git a/_source/skins/office2003/templates.css b/_source/skins/office2003/templates.css index 8e6ddf9..d14406e 100644 --- a/_source/skins/office2003/templates.css +++ b/_source/skins/office2003/templates.css @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -49,19 +49,35 @@ For licensing, see LICENSE.html or http://ckeditor.com/license font-weight: bold; } -.cke_skin_office2003 .cke_tpl_hover +.cke_skin_office2003 .cke_tpl_list a:active .cke_tpl_item, +.cke_skin_office2003 .cke_tpl_list a:hover .cke_tpl_item, +.cke_skin_office2003 .cke_tpl_list a:focus .cke_tpl_item { border: #ff9933 1px solid !important; background-color: #fffacd !important; +} + +.cke_skin_office2003 .cke_tpl_list a:active *, +.cke_skin_office2003 .cke_tpl_list a:hover *, +.cke_skin_office2003 .cke_tpl_list a:focus * +{ cursor: pointer; - cursor: hand; } -/* - * Fix property 'cursor' doesn't inherit on table - */ -.cke_skin_office2003 .cke_tpl_hover * + +/* IE6 contextual selectors childs won't get :hover transition until, + the hover style of the link itself contains certain CSS declarations.*/ +.cke_skin_office2003 .cke_browser_ie6 .cke_tpl_list a:active, +.cke_skin_office2003 .cke_browser_ie6 .cke_tpl_list a:hover, +.cke_skin_office2003 .cke_browser_ie6 .cke_tpl_list a:focus +{ + background-position: 0 0; +} + +.cke_skin_office2003 .cke_tpl_list a:active .cke_tpl_item, +.cke_skin_office2003 .cke_tpl_list a:hover .cke_tpl_item, +.cke_skin_office2003 .cke_tpl_list a:focus .cke_tpl_item { - cursor: inherit; + border-width: 3px; } .cke_skin_office2003 .cke_tpl_empty, .cke_tpl_loading