X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=_source%2Fskins%2Fv2%2Fmainui.css;h=0e584aefff930af09d25e6ec96eedce6a0677671;hp=219d91fed579e7701a1e2c5e530826c11548af4a;hb=941b0a9ba4e673e292510d80a5a86806994b8ea6;hpb=7cd80714081a8ffdf4a1a8d2c72f120ed5ef3d6d diff --git a/_source/skins/v2/mainui.css b/_source/skins/v2/mainui.css index 219d91f..0e584ae 100644 --- a/_source/skins/v2/mainui.css +++ b/_source/skins/v2/mainui.css @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -17,6 +17,12 @@ For licensing, see LICENSE.html or http://ckeditor.com/license display: block; } +.cke_skin_v2 span.cke_browser_webkit, +.cke_skin_v2 span.cke_browser_gecko18 +{ + display: block; +} + .cke_skin_v2 .cke_wrapper { display: block; @@ -27,7 +33,9 @@ For licensing, see LICENSE.html or http://ckeditor.com/license display: table; } -.cke_skin_v2 .cke_top, .cke_skin_v2 .cke_bottom +.cke_skin_v2 .cke_top, +.cke_skin_v2 .cke_bottom, + .cke_shared .cke_skin_v2 { background-color: #efefde; } @@ -56,6 +64,8 @@ For licensing, see LICENSE.html or http://ckeditor.com/license .cke_skin_v2 .cke_contents { border: solid 1px #696969; + /* Prevent background content from penetrate through when switching between editing modes. (#4918) */ + background-color: white; } .cke_skin_v2 .cke_focus