Ticket #5274: 5274_5.patch

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

     
    5555{
    5656        border: #ff9933 1px solid !important;
    5757        background-color: #fffacd !important;
     58}
     59
     60.cke_skin_v2 .cke_tpl_list a:active *,
     61.cke_skin_v2 .cke_tpl_list a:hover *,
     62.cke_skin_v2 .cke_tpl_list a:focus *
     63{
    5864        cursor: pointer;
    59         cursor: hand;
    6065}
    6166
     67/* IE6 contextual selectors childs won't get :hover transition until,
     68        the hover style of the link itself contains certain CSS declarations.*/
     69.cke_skin_v2 .cke_browser_ie6 .cke_tpl_list a:active,
     70.cke_skin_v2 .cke_browser_ie6 .cke_tpl_list a:hover,
     71.cke_skin_v2 .cke_browser_ie6 .cke_tpl_list a:focus
     72{
     73        background-position: 0 0;
     74}
     75
    6276.cke_skin_v2 .cke_tpl_list a:active .cke_tpl_item,
    6377.cke_skin_v2 .cke_tpl_list a:hover .cke_tpl_item,
    6478.cke_skin_v2 .cke_tpl_list a:focus .cke_tpl_item
     
    6680        border-width: 3px;
    6781}
    6882
    69 /*
    70  * Fix property 'cursor' doesn't inherit on table
    71  */
    72 .cke_skin_v2 .cke_tpl_hover *
    73 {
    74         cursor: inherit;
    75 }
    76 
    7783.cke_skin_v2 .cke_tpl_empty, .cke_tpl_loading
    7884{
    7985        text-align: center;
  • _source/skins/kama/templates.css

     
    5656{
    5757        border: #ff9933 1px solid;
    5858        background-color: #fffacd;
     59}
     60
     61.cke_skin_kama .cke_tpl_list a:active *,
     62.cke_skin_kama .cke_tpl_list a:hover *,
     63.cke_skin_kama .cke_tpl_list a:focus *
     64{
    5965        cursor: pointer;
    60         cursor: hand;
    6166}
    6267
     68/* IE6 contextual selectors childs won't get :hover transition until,
     69        the hover style of the link itself contains certain CSS declarations.*/
     70.cke_skin_kama .cke_browser_ie6 .cke_tpl_list a:active,
     71.cke_skin_kama .cke_browser_ie6 .cke_tpl_list a:hover,
     72.cke_skin_kama .cke_browser_ie6 .cke_tpl_list a:focus
     73{
     74        background-position: 0 0;
     75}
     76
    6377.cke_skin_kama .cke_hc .cke_tpl_list a:active .cke_tpl_item,
    6478.cke_skin_kama .cke_hc .cke_tpl_list a:hover .cke_tpl_item,
    6579.cke_skin_kama .cke_hc .cke_tpl_list a:focus .cke_tpl_item
     
    6781        border-width: 3px;
    6882}
    6983
    70 /*
    71  * Fix property 'cursor' doesn't inherit on table
    72  */
    73 .cke_skin_kama .cke_tpl_list a:active *,
    74 .cke_skin_kama .cke_tpl_list a:hover *,
    75 .cke_skin_kama .cke_tpl_list a:focus *
    76 {
    77         cursor: inherit;
    78 }
    79 
    8084.cke_skin_kama .cke_tpl_empty, .cke_tpl_loading
    8185{
    8286        text-align: center;
  • _source/skins/office2003/templates.css

     
    5555{
    5656        border: #ff9933 1px solid !important;
    5757        background-color: #fffacd !important;
     58}
     59
     60.cke_skin_office2003 .cke_tpl_list a:active *,
     61.cke_skin_office2003 .cke_tpl_list a:hover *,
     62.cke_skin_office2003 .cke_tpl_list a:focus *
     63{
    5864        cursor: pointer;
    59         cursor: hand;
    6065}
    6166
     67/* IE6 contextual selectors childs won't get :hover transition until,
     68        the hover style of the link itself contains certain CSS declarations.*/
     69.cke_skin_office2003 .cke_browser_ie6 .cke_tpl_list a:active,
     70.cke_skin_office2003 .cke_browser_ie6 .cke_tpl_list a:hover,
     71.cke_skin_office2003 .cke_browser_ie6 .cke_tpl_list a:focus
     72{
     73        background-position: 0 0;
     74}
     75
    6276.cke_skin_office2003 .cke_tpl_list a:active .cke_tpl_item,
    6377.cke_skin_office2003 .cke_tpl_list a:hover .cke_tpl_item,
    6478.cke_skin_office2003 .cke_tpl_list a:focus .cke_tpl_item
     
    6680        border-width: 3px;
    6781}
    6882
    69 /*
    70  * Fix property 'cursor' doesn't inherit on table
    71  */
    72 .cke_skin_office2003 .cke_tpl_hover *
    73 {
    74         cursor: inherit;
    75 }
    76 
    7783.cke_skin_office2003 .cke_tpl_empty, .cke_tpl_loading
    7884{
    7985        text-align: center;
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy