use class for css

remove unused rules CSS
This commit is contained in:
w-e-w
2024-05-14 16:19:28 +09:00
parent fbb3f4e749
commit 0fa632198e
2 changed files with 11 additions and 25 deletions

View File

@@ -1,30 +1,16 @@
#detail-daemon-more-accordion {
.detail-daemon-more-accordion {
box-shadow: 0px 1px 6px 2px #00000024 !important;
margin-top: 1em;
margin-top: 1em !important;
}
#detail-daemon-more-accordion input[type="checkbox"]{
margin-left: 3em;
.detail-daemon-smooth {
margin-left: 3em !important;
}
#detail-daemon-vis {
margin: auto;
.detail-daemon-vis {
margin: auto !important;
}
#detail-daemon-enabled {
margin-bottom: 0.75em;
}
#detail-daemon-help {
.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;
}