mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-25 06:46:29 +02:00
13610-Fix new widget empty and global search dark theme
This commit is contained in:
parent
b12a9bfbad
commit
2938b6fa61
@ -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);
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user