Changeset 5035
- Timestamp:
- 02/04/10 10:35:03 (3 years ago)
- Location:
- CKEditor/branches/features/aria/_source/skins
- Files:
-
- 3 edited
-
kama/templates.css (modified) (1 diff)
-
office2003/templates.css (modified) (2 diffs)
-
v2/templates.css (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
CKEditor/branches/features/aria/_source/skins/kama/templates.css
r4963 r5035 55 55 .cke_skin_kama .cke_tpl_list a:focus .cke_tpl_item 56 56 { 57 border: #ff9933 1px solid !important;58 background-color: #fffacd !important;57 border: #ff9933 1px solid; 58 background-color: #fffacd; 59 59 cursor: pointer; 60 60 cursor: hand; 61 61 } 62 63 .cke_skin_kama .cke_hc .cke_tpl_list a:active .cke_tpl_item, 64 .cke_skin_kama .cke_hc .cke_tpl_list a:hover .cke_tpl_item, 65 .cke_skin_kama .cke_hc .cke_tpl_list a:focus .cke_tpl_item 66 { 67 border-width: 3px; 68 } 69 62 70 /* 63 71 * Fix property 'cursor' doesn't inherit on table -
CKEditor/branches/features/aria/_source/skins/office2003/templates.css
r4858 r5035 50 50 } 51 51 52 .cke_skin_office2003 .cke_tpl_hover 52 .cke_skin_office2003 .cke_tpl_list a:active .cke_tpl_item, 53 .cke_skin_office2003 .cke_tpl_list a:hover .cke_tpl_item, 54 .cke_skin_office2003 .cke_tpl_list a:focus .cke_tpl_item 53 55 { 54 56 border: #ff9933 1px solid !important; … … 57 59 cursor: hand; 58 60 } 61 62 .cke_skin_office2003 .cke_tpl_list a:active .cke_tpl_item, 63 .cke_skin_office2003 .cke_tpl_list a:hover .cke_tpl_item, 64 .cke_skin_office2003 .cke_tpl_list a:focus .cke_tpl_item 65 { 66 border-width: 3px; 67 } 68 59 69 /* 60 70 * Fix property 'cursor' doesn't inherit on table -
CKEditor/branches/features/aria/_source/skins/v2/templates.css
r4858 r5035 50 50 } 51 51 52 .cke_skin_v2 .cke_tpl_hover 52 .cke_skin_v2 .cke_tpl_list a:active .cke_tpl_item, 53 .cke_skin_v2 .cke_tpl_list a:hover .cke_tpl_item, 54 .cke_skin_v2 .cke_tpl_list a:focus .cke_tpl_item 53 55 { 54 56 border: #ff9933 1px solid !important; … … 57 59 cursor: hand; 58 60 } 61 62 .cke_skin_v2 .cke_tpl_list a:active .cke_tpl_item, 63 .cke_skin_v2 .cke_tpl_list a:hover .cke_tpl_item, 64 .cke_skin_v2 .cke_tpl_list a:focus .cke_tpl_item 65 { 66 border-width: 3px; 67 } 68 59 69 /* 60 70 * Fix property 'cursor' doesn't inherit on table
Note: See TracChangeset
for help on using the changeset viewer.
