Skip to content

Commit

Permalink
Updated aquamans selected text background to be a little more noticea…
Browse files Browse the repository at this point in the history
…ble. Also removed the !important from resets.css so that themes can easily override the background color of selected text
  • Loading branch information
MiguelCastillo committed Jan 20, 2015
1 parent e8ee0e3 commit 83c989f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion reset.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
}

.dark #editor-holder .CodeMirror-focused .CodeMirror-selected {
background: #0050a0 !important;
background: blue;
opacity: 0.2;
}

.dark #editor-holder .CodeMirror-matchingbracket,
Expand Down
4 changes: 2 additions & 2 deletions theme/aquaman.css
Original file line number Diff line number Diff line change
Expand Up @@ -112,13 +112,13 @@
.cm-s-aquaman .cm-link {color: #dd8440;}



.cm-s-aquaman .CodeMirror-selected {
background: #dd8440!important;
opacity:0.1;
opacity:0.2;

}


.cm-s-aquaman .cm-matchhighlight {
background: #dd8440;
color:#2c2c2c!important;
Expand Down

0 comments on commit 83c989f

Please sign in to comment.