Fixes IE bugs with Code Editor. Added line numbers to code editor and tabbing support. [TFS Changeset #59397]
10 lines
184 B
CSS
10 lines
184 B
CSS
.CodeMirror-line-numbers
|
|
{
|
|
color:white;
|
|
background-color:#666666;
|
|
font-family:monospace;
|
|
font-size:10pt;
|
|
padding:6px 2px 0px 2px;
|
|
line-height:16px;
|
|
text-align:right;
|
|
} |