c9-core/plugins/c9.ide.layout.classic/less/simplebox.less

20 wiersze
494 B
Plaintext
Czysty Zwykły widok Historia

2015-02-10 19:41:24 +00:00
.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;
}