Changes for page ContentEditable

Last modified by mflorea on 2010/07/06 16:39

From version 21.1
edited by mflorea
on 2010/07/06 18:37
Change comment: There is no comment for this version
To version 22.1
edited by mflorea
on 2010/07/06 16:39
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
XWiki.StyleSheetExtension[0]
Code
... ... @@ -1,8 +1,8 @@
1 1  span.readOnly-selected::selection {
2 - background-color: transparent;
2 + background-color: #EEE;
3 3  }
4 4  span.readOnly-selected::-moz-selection {
5 - background-color: transparent;
5 + background-color: #EEE;
6 6  }
7 7  span.readOnly {
8 8   border: 1px dashed #777;