This commit is contained in:
LenAnderson
2024-06-23 14:27:18 -04:00
parent 31a67a973a
commit 7cdc4c5713
2 changed files with 2 additions and 2 deletions

View File

@@ -405,11 +405,11 @@
font-family: var(--monoFontFamily); font-family: var(--monoFontFamily);
padding: 0.75em; padding: 0.75em;
margin: 0; margin: 0;
border: none;
resize: none; resize: none;
line-height: 1.2; line-height: 1.2;
border: 1px solid var(--SmartThemeBorderColor); border: 1px solid var(--SmartThemeBorderColor);
border-radius: 5px; border-radius: 5px;
position: relative;
} }
.popup:has(#qr--modalEditor) .popup-content > #qr--modalEditor label:has(#qr--modal-executeHide) { .popup:has(#qr--modalEditor) .popup-content > #qr--modalEditor label:has(#qr--modal-executeHide) {
display: none; display: none;

View File

@@ -430,11 +430,11 @@
font-family: var(--monoFontFamily); font-family: var(--monoFontFamily);
padding: 0.75em; padding: 0.75em;
margin: 0; margin: 0;
border: none;
resize: none; resize: none;
line-height: 1.2; line-height: 1.2;
border: 1px solid var(--SmartThemeBorderColor); border: 1px solid var(--SmartThemeBorderColor);
border-radius: 5px; border-radius: 5px;
position: relative;
} }
} }
} }