X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fskins%2Fkama%2Ftemplates.css;h=e79adc6e24c65a4ef025b2eacd6620aa97885cb7;hb=48b1db88210b4160dce439c6e3e32e14af8c106b;hp=df68e0ea26a096ca3750283e83f270987f7883cb;hpb=059b4c2fef02528bf1af189f7996e80652faddfb;p=ckeditor.git diff --git a/_source/skins/kama/templates.css b/_source/skins/kama/templates.css index df68e0e..e79adc6 100644 --- a/_source/skins/kama/templates.css +++ b/_source/skins/kama/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 */ @@ -56,8 +56,22 @@ For licensing, see LICENSE.html or http://ckeditor.com/license { border: #ff9933 1px solid; background-color: #fffacd; +} + +.cke_skin_kama .cke_tpl_list a:active *, +.cke_skin_kama .cke_tpl_list a:hover *, +.cke_skin_kama .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_kama .cke_browser_ie6 .cke_tpl_list a:active, +.cke_skin_kama .cke_browser_ie6 .cke_tpl_list a:hover, +.cke_skin_kama .cke_browser_ie6 .cke_tpl_list a:focus +{ + background-position: 0 0; } .cke_skin_kama .cke_hc .cke_tpl_list a:active .cke_tpl_item, @@ -67,16 +81,6 @@ For licensing, see LICENSE.html or http://ckeditor.com/license border-width: 3px; } -/* - * Fix property 'cursor' doesn't inherit on table - */ -.cke_skin_kama .cke_tpl_list a:active *, -.cke_skin_kama .cke_tpl_list a:hover *, -.cke_skin_kama .cke_tpl_list a:focus * -{ - cursor: inherit; -} - .cke_skin_kama .cke_tpl_empty, .cke_tpl_loading { text-align: center;