parent
e06b6b31f3
commit
838919eb42
2 changed files with 2 additions and 2 deletions
|
|
@ -130,7 +130,7 @@ onMounted(() => {
|
|||
margin-top: auto;
|
||||
margin-bottom: 1.2rem;
|
||||
}
|
||||
.preview-control >>> .form-control {
|
||||
.preview-control :deep(.form-control) {
|
||||
background: var(--control-bg-on-gray);
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
|
|
@ -332,7 +332,7 @@ watch(print_format, () => (store.dirty.value = true), { deep: true });
|
|||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.control-font >>> .frappe-control[data-fieldname="font"] label {
|
||||
.control-font :deep(.frappe-control[data-fieldname="font"] label) {
|
||||
display: none;
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue