r92786 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r92785‎ | r92786 | r92787 >
Date:20:25, 21 July 2011
Author:tparscal
Status:deferred
Tags:
Comment:
Made whitespace only visible when selecting, and prevented native selection of anything.
Modified paths:
  • /trunk/parsers/wikidom/demos/es/index.html (modified) (history)
  • /trunk/parsers/wikidom/lib/es/es.Surface.css (modified) (history)

Diff [purge]

Index: trunk/parsers/wikidom/lib/es/es.Surface.css
@@ -21,6 +21,7 @@
2222 cursor: text;
2323 margin-top: 1em;
2424 overflow: hidden;
 25+ -webkit-user-select: none;
2526 }
2627
2728 .editSurface-block {
@@ -51,15 +52,13 @@
5253 }
5354
5455 .editSurface-whitespace {
55 - display: inline-block;
56 - color: #cccccc;
57 - padding: 0 0.25em;
 56+ color: #ffffff;
5857 }
5958
6059 .editSurface-range {
6160 display: none;
6261 position: absolute;
63 - background-color: #ccffdd;
 62+ background-color: #bbffcc;
6463 cursor: text;
6564 z-index: -1;
6665 }
Index: trunk/parsers/wikidom/demos/es/index.html
@@ -12,6 +12,7 @@
1313 margin: 0;
1414 padding: 0;
1515 overflow-y: scroll;
 16+ -webkit-user-select: none;
1617 }
1718 #es-toolbar,
1819 #es-editor {

Status & tagging log