joomla-editor-codemirror, .ͼ2 .cm-gutters {
	color: inherit;
	background-color: #000;
  border-color: #000 !important;
}
.ͼ2 .cm-activeLineGutter {
	background-color: #000 !important;
}
.ͼ1 .cm-lineNumbers .cm-gutterElement{
  font-weight: bold;
  color: darkred
}
::-moz-selection { /* Code for Firefox */
 
   background: blueviolet !important;
}
::selection {

  background: blueviolet !important;
}