mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 09:15:15 +02:00
13420-Fix Resources export/import with dark theme
This commit is contained in:
parent
286f46aee3
commit
99f9b80787
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user