mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-27 07:44:35 +02:00
Merge branch 'ent-13420-arreglar-vista-de-exportacion-importacion-de-recursos-en-tema-oscuro' into 'develop'
Ent 13420 arreglar vista de exportacion importacion de recursos en tema oscuro See merge request artica/pandorafms!7174
This commit is contained in:
commit
47b053baaa
@ -2012,3 +2012,19 @@ th {
|
|||||||
.white_table_graph.fixed_filter_bar {
|
.white_table_graph.fixed_filter_bar {
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.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