13420-Fix Resources export/import with dark theme

This commit is contained in:
Pablo Aragon 2024-04-11 10:43:58 +02:00
parent 286f46aee3
commit 99f9b80787
1 changed files with 16 additions and 0 deletions

View File

@ -2008,3 +2008,19 @@ div.show_result_interpreter {
border: 1px solid var(--border-color);
border-top: 0;
}
.div-import,
.div-export {
background-color: var(--secondary-color);
border: 1px solid var(--border-color);
}
img[src$="import_to.svg"],
img[src$="export_to.svg"] {
filter: brightness(0.9);
}
button.disabled {
background-color: #4b525c !important;
cursor: initial;
}