Ticket #5274: 5274_4.patch

File 5274_4.patch, 3.2 KB (added by Garry Yao, 14 years ago)
  • _source/skins/v2/templates.css

     
    5959        cursor: hand;
    6060}
    6161
     62/* IE6 contextual selectors childs won't get :hover transition until,
     63        the hover style of the link itself contains certain CSS declarations.*/
     64.cke_skin_v2 .cke_browser_ie6 .cke_tpl_list a:active,
     65.cke_skin_v2 .cke_browser_ie6 .cke_tpl_list a:hover,
     66.cke_skin_v2 .cke_browser_ie6 .cke_tpl_list a:focus
     67{
     68        background-position: 0 0;
     69}
     70
     71/* IE6 cursor style don't inherit within table */
     72.cke_skin_v2 .cke_browser_ie6 .cke_tpl_list a:active *,
     73.cke_skin_v2 .cke_browser_ie6 .cke_tpl_list a:hover *,
     74.cke_skin_v2 .cke_browser_ie6 .cke_tpl_list a:focus *
     75{
     76        cursor: hand;
     77}
     78
    6279.cke_skin_v2 .cke_tpl_list a:active .cke_tpl_item,
    6380.cke_skin_v2 .cke_tpl_list a:hover .cke_tpl_item,
    6481.cke_skin_v2 .cke_tpl_list a:focus .cke_tpl_item
  • _source/skins/kama/templates.css

     
    6060        cursor: hand;
    6161}
    6262
     63/* IE6 contextual selectors childs won't get :hover transition until,
     64        the hover style of the link itself contains certain CSS declarations.*/
     65.cke_skin_kama .cke_browser_ie6 .cke_tpl_list a:active,
     66.cke_skin_kama .cke_browser_ie6 .cke_tpl_list a:hover,
     67.cke_skin_kama .cke_browser_ie6 .cke_tpl_list a:focus
     68{
     69        background-position: 0 0;
     70}
     71
     72/* IE6 cursor style don't inherit within table */
     73.cke_skin_kama .cke_browser_ie6 .cke_tpl_list a:active *,
     74.cke_skin_kama .cke_browser_ie6 .cke_tpl_list a:hover *,
     75.cke_skin_kama .cke_browser_ie6 .cke_tpl_list a:focus *
     76{
     77        cursor: hand;
     78}
     79
    6380.cke_skin_kama .cke_hc .cke_tpl_list a:active .cke_tpl_item,
    6481.cke_skin_kama .cke_hc .cke_tpl_list a:hover .cke_tpl_item,
    6582.cke_skin_kama .cke_hc .cke_tpl_list a:focus .cke_tpl_item
  • _source/skins/office2003/templates.css

     
    5959        cursor: hand;
    6060}
    6161
     62/* IE6 contextual selectors childs won't get :hover transition until,
     63        the hover style of the link itself contains certain CSS declarations.*/
     64.cke_skin_office2003 .cke_browser_ie6 .cke_tpl_list a:active,
     65.cke_skin_office2003 .cke_browser_ie6 .cke_tpl_list a:hover,
     66.cke_skin_office2003 .cke_browser_ie6 .cke_tpl_list a:focus
     67{
     68        background-position: 0 0;
     69}
     70
     71/* IE6 cursor style don't inherit within table */
     72.cke_skin_office2003 .cke_browser_ie6 .cke_tpl_list a:active *,
     73.cke_skin_office2003 .cke_browser_ie6 .cke_tpl_list a:hover *,
     74.cke_skin_office2003 .cke_browser_ie6 .cke_tpl_list a:focus *
     75{
     76        cursor: hand;
     77}
     78
    6279.cke_skin_office2003 .cke_tpl_list a:active .cke_tpl_item,
    6380.cke_skin_office2003 .cke_tpl_list a:hover .cke_tpl_item,
    6481.cke_skin_office2003 .cke_tpl_list a:focus .cke_tpl_item
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy