2016-06-26 13:53:19 +02:00

20 lines
494 B
Plaintext

.simplebox{
white-space : nowrap !important;
background-color : transparent !important;
}
.simplebox.dark .ace_cursor{
/*border-color : white;*/
height : 20px;
}
.simplebox.dark .ace_selection{
background: rgb(197, 211, 141) !important;
}
.simplebox.dark.tb_textboxInitial .ace_scroller{
color: rgb(202, 202, 202) !important
}
.simplebox.dark.tb_textboxInitial .ace_cursor{
display : none;
}