JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.1
[ckeditor.git] / _source / skins / v2 / mainui.css
index 219d91f..0e584ae 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