JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.2.2
[ckeditor.git] / _source / skins / v2 / templates.css
index 77cce42..7964e37 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.\r
 For licensing, see LICENSE.html or http://ckeditor.com/license\r
 */\r
 \r
@@ -49,19 +49,35 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
        font-weight: bold;\r
 }\r
 \r
-.cke_skin_v2 .cke_tpl_hover\r
+.cke_skin_v2 .cke_tpl_list a:active .cke_tpl_item,\r
+.cke_skin_v2 .cke_tpl_list a:hover .cke_tpl_item,\r
+.cke_skin_v2 .cke_tpl_list a:focus .cke_tpl_item\r
 {\r
        border: #ff9933 1px solid !important;\r
        background-color: #fffacd !important;\r
+}\r
+\r
+.cke_skin_v2 .cke_tpl_list a:active *,\r
+.cke_skin_v2 .cke_tpl_list a:hover *,\r
+.cke_skin_v2 .cke_tpl_list a:focus *\r
+{\r
        cursor: pointer;\r
-       cursor: hand;\r
 }\r
-/*\r
- * Fix property 'cursor' doesn't inherit on table\r
- */\r
-.cke_skin_v2 .cke_tpl_hover *\r
+\r
+/* IE6 contextual selectors childs won't get :hover transition until,\r
+       the hover style of the link itself contains certain CSS declarations.*/\r
+.cke_skin_v2 .cke_browser_ie6 .cke_tpl_list a:active,\r
+.cke_skin_v2 .cke_browser_ie6 .cke_tpl_list a:hover,\r
+.cke_skin_v2 .cke_browser_ie6 .cke_tpl_list a:focus\r
+{\r
+       background-position: 0 0;\r
+}\r
+\r
+.cke_skin_v2 .cke_tpl_list a:active .cke_tpl_item,\r
+.cke_skin_v2 .cke_tpl_list a:hover .cke_tpl_item,\r
+.cke_skin_v2 .cke_tpl_list a:focus .cke_tpl_item\r
 {\r
-       cursor: inherit;\r
+       border-width: 3px;\r
 }\r
 \r
 .cke_skin_v2 .cke_tpl_empty, .cke_tpl_loading\r