mirror of
https://github.com/muerrilla/sd-webui-detail-daemon.git
synced 2026-01-26 11:19:46 +00:00
30 lines
492 B
CSS
30 lines
492 B
CSS
#detail-daemon-more-accordion {
|
|
box-shadow: 0px 1px 6px 2px #00000024 !important;
|
|
margin-top: 1em;
|
|
}
|
|
|
|
#detail-daemon-more-accordion input[type="checkbox"]{
|
|
margin-left: 3em;
|
|
}
|
|
|
|
#detail-daemon-vis {
|
|
margin: auto;
|
|
}
|
|
|
|
#detail-daemon-enabled {
|
|
margin-bottom: 0.75em;
|
|
}
|
|
|
|
#detail-daemon-help {
|
|
margin: auto 1.5em !important;
|
|
}
|
|
|
|
#detail-daemon.dd-inactive > div > span {
|
|
color: unset;
|
|
}
|
|
|
|
#detail-daemon.dd-active > div > span {
|
|
/*color: #79c700;*/
|
|
/*color: #ffba00;*/
|
|
color: #ff5500;
|
|
} |