r110027 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r110026‎ | r110027 | r110028 >
Date:20:35, 25 January 2012
Author:inez
Status:deferred
Tags:visualeditor 
Comment:
Modify color of browser native selection
Modified paths:
  • /trunk/extensions/VisualEditor/contentEditable/index.php (modified) (history)

Diff [purge]

Index: trunk/extensions/VisualEditor/contentEditable/index.php
@@ -4,6 +4,17 @@
55 <head>
66 <title>EditSurface + ContentEditable Demo</title>
77 <style>
 8+/* Mozilla based browsers */
 9+::-moz-selection {
 10+ background-color: #b3d6f6;
 11+ color: #000;
 12+}
 13+
 14+/* Works in Safari */
 15+::selection {
 16+ background-color: #b3d6f6;
 17+ color: #000;
 18+}
819 .es-contentView-ruler {
920 position: absolute;
1021 top: 0;

Status & tagging log