13610-Fix new widget empty and global search dark theme

This commit is contained in:
Pablo Aragon 2024-04-22 12:55:26 +02:00
parent b12a9bfbad
commit 2938b6fa61
1 changed files with 10 additions and 2 deletions

View File

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