X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=_source%2Fskins%2Fv2%2Ftemplates.css;h=7964e37c89c50b597a0842944170c7da2ff8b9a8;hp=984687dfee27340445d0230a78e6055fb2238d50;hb=8665a7c6c60586526e32e8941fe2896739b6ebfb;hpb=e7789c1ad838194d45eeee6ac2eb6e55f5cf35a1 diff --git a/_source/skins/v2/templates.css b/_source/skins/v2/templates.css index 984687d..7964e37 100644 --- a/_source/skins/v2/templates.css +++ b/_source/skins/v2/templates.css @@ -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_v2 .cke_tpl_list a:active *, +.cke_skin_v2 .cke_tpl_list a:hover *, +.cke_skin_v2 .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_v2 .cke_browser_ie6 .cke_tpl_list a:active, +.cke_skin_v2 .cke_browser_ie6 .cke_tpl_list a:hover, +.cke_skin_v2 .cke_browser_ie6 .cke_tpl_list a:focus +{ + background-position: 0 0; } .cke_skin_v2 .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_v2 .cke_tpl_hover * -{ - cursor: inherit; -} - .cke_skin_v2 .cke_tpl_empty, .cke_tpl_loading { text-align: center;