mirror of
https://github.com/linuxserver/core.git
synced 2026-02-20 05:07:19 +08:00
20 lines
494 B
Plaintext
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;
|
|
}
|