* Add HTML editor * Add HTML editor map to db_schema.py * Revert permission change - ref #6218 * Fix typo * Add HTML Editor entry to customize form field * Update customize_form_field.json * Update permissions.py * Debounce preview generation * Translate strings
58 lines
822 B
Text
58 lines
822 B
Text
@import "variables.less";
|
|
@import "mixins.less";
|
|
@import "common.less";
|
|
@import "awesomplete.less";
|
|
@import "datepicker.less";
|
|
|
|
.unit-checkbox {
|
|
color: #36414c;
|
|
margin-top: 5px;
|
|
margin-bottom: 5px;
|
|
|
|
label {
|
|
position: relative;
|
|
}
|
|
|
|
input[type=checkbox] {
|
|
margin-left: 0;
|
|
}
|
|
|
|
& + .checkbox {
|
|
margin-top: 5px;
|
|
margin-bottom: 5px;
|
|
}
|
|
}
|
|
|
|
.frappe-control .bulk-select-options {
|
|
margin: 10px 0;
|
|
.select-all {
|
|
margin-right: 5px;
|
|
}
|
|
}
|
|
|
|
.frappe-control .control-value {
|
|
overflow-wrap: break-word;
|
|
}
|
|
|
|
.link-btn {
|
|
position: absolute;
|
|
top: 3px;
|
|
right: 4px;
|
|
border-radius: 2px;
|
|
padding: 3px;
|
|
display: none;
|
|
z-index: 3;
|
|
}
|
|
|
|
.html-preview-container {
|
|
.html-preview-label {
|
|
.text-muted;
|
|
margin: 10px 0;
|
|
font-size: @text-medium
|
|
}
|
|
.html-preview-area {
|
|
.border;
|
|
padding: 5px;
|
|
margin-bottom: 10px;
|
|
}
|
|
}
|