@c8y/style
Version:
Styles for Cumulocity IoT applications
26 lines (21 loc) • 458 B
text/less
[ui-ace] .ace_tooltip {
max-width: 600px;
white-space: pre-wrap;
}
body .ace_editor * {
font-family: @font-family-monospace;
}
@media (max-width: @screen-md-min) {
.ace_editor {
min-height: 350px;
}
}
.ace-monokai .ace_marker-layer{
.ace_selected-word{
border-bottom: 2px solid yellow ;
}
.ace_selection{
background-color: rgba(255, 255, 0, 0.25) ;
border: 1px solid yellow ;
}
}