X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fskins%2Fkama%2Ftemplates.css;h=78f7b493bd15e856619194ee3cd4c75f4b7cc90f;hb=8665a7c6c60586526e32e8941fe2896739b6ebfb;hp=8b1aa7e1f2a947a53c749d1da6d5580f05ff3460;hpb=941b0a9ba4e673e292510d80a5a86806994b8ea6;p=ckeditor.git diff --git a/_source/skins/kama/templates.css b/_source/skins/kama/templates.css index 8b1aa7e..78f7b49 100644 --- a/_source/skins/kama/templates.css +++ b/_source/skins/kama/templates.css @@ -11,7 +11,8 @@ For licensing, see LICENSE.html or http://ckeditor.com/license { border: #dcdcdc 2px solid; background-color: #ffffff; - overflow: auto; + overflow-y: auto; + overflow-x: hidden; width: 100%; height: 220px; } @@ -49,19 +50,35 @@ For licensing, see LICENSE.html or http://ckeditor.com/license font-weight: bold; } -.cke_skin_kama .cke_tpl_hover +.cke_skin_kama .cke_tpl_list a:active .cke_tpl_item, +.cke_skin_kama .cke_tpl_list a:hover .cke_tpl_item, +.cke_skin_kama .cke_tpl_list a:focus .cke_tpl_item +{ + 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 * { - border: #ff9933 1px solid !important; - background-color: #fffacd !important; cursor: pointer; - cursor: hand; } -/* - * Fix property 'cursor' doesn't inherit on table - */ -.cke_skin_kama .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_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, +.cke_skin_kama .cke_hc .cke_tpl_list a:hover .cke_tpl_item, +.cke_skin_kama .cke_hc .cke_tpl_list a:focus .cke_tpl_item { - cursor: inherit; + border-width: 3px; } .cke_skin_kama .cke_tpl_empty, .cke_tpl_loading