X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fskins%2Foffice2003%2Ftemplates.css;h=bd998df3616c41cc2289c5bfeff75957021a4dee;hb=a272c66d841421f8bf933c16535bdcde1c4649fc;hp=22b9629a9085df13b660dda402ccf6578690ce5a;hpb=059b4c2fef02528bf1af189f7996e80652faddfb;p=ckeditor.git diff --git a/_source/skins/office2003/templates.css b/_source/skins/office2003/templates.css index 22b9629..bd998df 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-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -55,8 +55,22 @@ For licensing, see LICENSE.html or http://ckeditor.com/license { 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; +} + +/* 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, @@ -66,14 +80,6 @@ For licensing, see LICENSE.html or http://ckeditor.com/license border-width: 3px; } -/* - * Fix property 'cursor' doesn't inherit on table - */ -.cke_skin_office2003 .cke_tpl_hover * -{ - cursor: inherit; -} - .cke_skin_office2003 .cke_tpl_empty, .cke_tpl_loading { text-align: center;