JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.4.2
[ckeditor.git] / _source / skins / kama / menu.css
index 9a05b51..da4b549 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
@@ -26,11 +26,11 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
        display:block;\r
 }\r
 \r
-.cke_skin_kama .cke_menuitem a.cke_disabled:hover,\r
-.cke_skin_kama .cke_menuitem a.cke_disabled:focus,\r
-.cke_skin_kama .cke_menuitem a.cke_disabled:active\r
+.cke_hc .cke_menuitem a:hover,\r
+.cke_hc .cke_menuitem a:focus,\r
+.cke_hc .cke_menuitem a:active\r
 {\r
-       background-color: transparent !important;\r
+       border: 2px solid;\r
 }\r
 \r
 .cke_skin_kama .cke_menuitem .cke_icon\r
@@ -44,6 +44,11 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
        float: left;\r
 }\r
 \r
+.cke_rtl .cke_skin_kama .cke_menuitem .cke_icon\r
+{\r
+       background-image: url(icons_rtl.png);\r
+}\r
+\r
 .cke_skin_kama .cke_menuitem .cke_disabled .cke_icon\r
 {\r
        filter: alpha(opacity=70); /* IE */\r
@@ -62,6 +67,13 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
        clear: both;\r
 }\r
 \r
+/* IE9 insists on border box model on this element.*/\r
+ .cke_browser_ie9 .cke_skin_kama .cke_menuitem .cke_icon_wrapper\r
+{\r
+       width:24px;\r
+       height:24px;\r
+}\r
+\r
 .cke_rtl .cke_skin_kama .cke_menuitem .cke_icon_wrapper\r
 {\r
        float: right;\r
@@ -94,8 +106,17 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
        height:19px;\r
        margin-left: 24px;\r
        background-color: #fff;\r
-       _overflow: hidden;\r
-       _width: 80px;\r
+}\r
+\r
+/* IE9 insists on border box model on this element.*/\r
+.cke_browser_ie9 .cke_skin_kama .cke_menuitem .cke_label\r
+{\r
+       height:24px;\r
+}\r
+\r
+/* Set these after the document has been loaded and we know the dimensions*/\r
+.cke_skin_kama .cke_frameLoaded .cke_menuitem .cke_label\r
+{\r
        filter: alpha(opacity=70); /* IE */\r
        opacity: 0.70; /* Safari, Opera and Mozilla */\r
 }\r
@@ -164,6 +185,22 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
        background-repeat: no-repeat;\r
 }\r
 \r
+.cke_skin_kama .cke_menuarrow span\r
+{\r
+       display: none;\r
+}\r
+\r
+.cke_hc .cke_skin_kama .cke_menuarrow\r
+{\r
+       width: auto;\r
+       margin-top: 0;\r
+}\r
+\r
+.cke_hc .cke_skin_kama .cke_menuarrow span\r
+{\r
+       display: inline;\r
+}\r
+\r
 /* #3766 In the context menu, long labels with second level menu get wrapped */\r
 .cke_browser_ie.cke_ltr .cke_skin_kama .cke_menuarrow\r
 {\r