Merge branch 'ent-13610-errores-de-black-theme' into 'develop'

Ent 13610 errores de black theme

See merge request artica/pandorafms!7253
This commit is contained in:
Matias Didier 2024-04-23 09:17:34 +00:00
commit aa307b4229
1 changed files with 10 additions and 2 deletions

View File

@ -814,7 +814,7 @@ form ul.form_flex {
.container-layout { .container-layout {
border-radius: 5px; border-radius: 5px;
border: 3px dashed #fff; border: 3px dashed var(--border-color);
background: #222; background: #222;
padding: 10px 0px 10px 0px; padding: 10px 0px 10px 0px;
} }
@ -1585,7 +1585,7 @@ a.autorefresh_txt,
} }
.grid-stack-item-content { .grid-stack-item-content {
box-shadow: 0px 0px 15px -10px #888; box-shadow: 0px 0px 7px 1px #8888882b;
border-radius: 0px 0px 0px 0px; border-radius: 0px 0px 0px 0px;
} }
@ -2094,3 +2094,11 @@ select option:checked {
#horizontalBar > .labels > .label > div[style^="background"] { #horizontalBar > .labels > .label > div[style^="background"] {
filter: invert(1); filter: invert(1);
} }
.grid-stack-item-content {
background-color: var(--secondary-color);
}
#result_order .show_result_interpreter #result_items li.active {
background-color: var(--secondary-color);
}