JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.2
[ckeditor.git] / _source / skins / v2 / mainui.css
index 219d91f..7f1adf8 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
@@ -17,6 +17,12 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
        display: block;\r
 }\r
 \r
+.cke_skin_v2 span.cke_browser_webkit,\r
+.cke_skin_v2 span.cke_browser_gecko18\r
+{\r
+       display: block;\r
+}\r
+\r
 .cke_skin_v2 .cke_wrapper\r
 {\r
        display: block;\r
@@ -27,7 +33,9 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
        display: table;\r
 }\r
 \r
-.cke_skin_v2 .cke_top, .cke_skin_v2 .cke_bottom\r
+.cke_skin_v2 .cke_top,\r
+.cke_skin_v2 .cke_bottom,\r
+ .cke_shared .cke_skin_v2\r
 {\r
        background-color: #efefde;\r
 }\r
@@ -56,6 +64,8 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
 .cke_skin_v2 .cke_contents\r
 {\r
        border: solid 1px #696969;\r
+       /* Prevent background content from penetrate through when switching between editing modes. (#4918) */\r
+       background-color: white;\r
 }\r
 \r
 .cke_skin_v2 .cke_focus\r
@@ -110,3 +120,23 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
 {\r
        position: absolute;\r
 }\r
+\r
+/* All voice labels are not displayed. */\r
+.cke_skin_v2 .cke_voice_label\r
+{\r
+       display: none;\r
+}\r
+\r
+.cke_skin_v2 legend.cke_voice_label\r
+{\r
+       display: none;\r
+}\r
+\r
+.cke_skin_v2 .cke_browser_ie legend.cke_voice_label\r
+{\r
+       position: absolute;\r
+       display: block;\r
+       width: 0;\r
+       height: 0;\r
+       overflow: hidden;\r
+}\r