You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by be...@apache.org on 2015/02/13 19:27:51 UTC

[2/2] fauxton commit: updated refs/heads/master to 9137545

Style fix for selected text in Ace editor

This updates the background color and the location of the selected
text bg color.

Closes COUCHDB-2573


Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/91375454
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/tree/91375454
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/diff/91375454

Branch: refs/heads/master
Commit: 91375454fc92f60def4367e54cbe5d48182d4ed1
Parents: 1287abf
Author: Ben Keen <be...@gmail.com>
Authored: Wed Feb 11 08:40:24 2015 -0800
Committer: Ben Keen <be...@gmail.com>
Committed: Fri Feb 13 10:26:36 2015 -0800

----------------------------------------------------------------------
 assets/less/codeeditor.less | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/91375454/assets/less/codeeditor.less
----------------------------------------------------------------------
diff --git a/assets/less/codeeditor.less b/assets/less/codeeditor.less
index 7c6ad35..cf79b59 100644
--- a/assets/less/codeeditor.less
+++ b/assets/less/codeeditor.less
@@ -143,3 +143,7 @@
 #editor-container {
   height: 100% !important;
 }
+
+body .ace-idle-fingers .ace_marker-layer .ace_selection {
+  background: #015F6F;
+}